summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-06-05 17:40:57 +0200
committerMichał Górny <mgorny@gentoo.org>2020-06-05 18:03:51 +0200
commit25a74bceb7e26e0aaf06bad0483522233050c609 (patch)
tree9b9536ce2a6f431dd790dbb7181ddc1172c84cea /dev-python/cppy/cppy-1.1.0.ebuild
parentdev-python/cycler: Port to py39 (diff)
downloadgentoo-25a74bceb7e26e0aaf06bad0483522233050c609.tar.gz
gentoo-25a74bceb7e26e0aaf06bad0483522233050c609.tar.bz2
gentoo-25a74bceb7e26e0aaf06bad0483522233050c609.zip
dev-python/cppy: Port to py39
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cppy/cppy-1.1.0.ebuild')
-rw-r--r--dev-python/cppy/cppy-1.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cppy/cppy-1.1.0.ebuild b/dev-python/cppy/cppy-1.1.0.ebuild
index 6f945c4debc3..e441a5e5ed02 100644
--- a/dev-python/cppy/cppy-1.1.0.ebuild
+++ b/dev-python/cppy/cppy-1.1.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{6,7,8} )
+PYTHON_COMPAT=( python3_{6..9} )
inherit distutils-r1