summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/ctypescrypto/ctypescrypto-9999.ebuild')
-rw-r--r--dev-python/ctypescrypto/ctypescrypto-9999.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/dev-python/ctypescrypto/ctypescrypto-9999.ebuild b/dev-python/ctypescrypto/ctypescrypto-9999.ebuild
index 1defb39689e2..96f10907bc1c 100644
--- a/dev-python/ctypescrypto/ctypescrypto-9999.ebuild
+++ b/dev-python/ctypescrypto/ctypescrypto-9999.ebuild
@@ -4,7 +4,8 @@
EAPI=7
DISTUTILS_USE_SETUPTOOLS=no
-PYTHON_COMPAT=( python3_{6..8} )
+
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1