dev-python/ctypescrypto: add py3_{8,9}

Signed-off-by: Aaron Bauman <bman@gentoo.org>
This commit is contained in:
Aaron Bauman
2020-12-02 17:36:15 -05:00
parent c3b5eb3934
commit 7948d51de8
2 changed files with 4 additions and 2 deletions

View File

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

View File

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