summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-01 11:22:16 +0000
committerSam James <sam@gentoo.org>2021-06-01 11:22:16 +0000
commit816a88430b2543c6679f73698c772e6cf3e6071c (patch)
treea0e9d8b9464375b0cbdb1fa47c4b45374f2884f0 /dev-python/pycxx
parentapp-shells/powerline: add Python 3.9 to live too, drop IUSE=test (diff)
downloadgentoo-816a88430b2543c6679f73698c772e6cf3e6071c.tar.gz
gentoo-816a88430b2543c6679f73698c772e6cf3e6071c.tar.bz2
gentoo-816a88430b2543c6679f73698c772e6cf3e6071c.zip
dev-python/pycxx: add Python 3.9
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/pycxx')
-rw-r--r--dev-python/pycxx/pycxx-7.1.2-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pycxx/pycxx-7.1.2-r2.ebuild b/dev-python/pycxx/pycxx-7.1.2-r2.ebuild
index bd80c6f4cd7e..6054ebaa5c9c 100644
--- a/dev-python/pycxx/pycxx-7.1.2-r2.ebuild
+++ b/dev-python/pycxx/pycxx-7.1.2-r2.ebuild
@@ -3,7 +3,7 @@
EAPI="7"
-PYTHON_COMPAT=( python3_{7,8} )
+PYTHON_COMPAT=( python3_{7,8,9} )
DISTUTILS_USE_SETUPTOOLS=no
inherit distutils-r1