dev-python/pyGPG: add Python 3.9

Closes: https://bugs.gentoo.org/789018
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2021-06-01 10:42:34 +00:00
parent 73110511ac
commit cd5c294c41
2 changed files with 2 additions and 2 deletions

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_USE_SETUPTOOLS=no

View File

@@ -3,7 +3,7 @@
EAPI=7
PYTHON_COMPAT=( python3_{7,8} )
PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_USE_SETUPTOOLS=no