dev-python/pypeteer: drop python 3.9 to appease repoman

This commit is contained in:
Rick Farina (Zero_Chaos) 2020-12-22 13:45:43 -05:00
parent 5c78ae4388
commit 686e580251
No known key found for this signature in database
GPG key ID: A29433C0AA431DDC

View file

@ -4,7 +4,7 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=pyproject.toml
PYTHON_COMPAT=( python3_{7..9} )
PYTHON_COMPAT=( python3_{7..8} )
inherit distutils-r1