summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-05 15:35:18 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-05 19:05:35 +0200
commit02f83f2529545784a949111011d098c7c6c2536f (patch)
tree72ae69abb48f078507683256760cac4ca1179c24 /dev-python/py
parentdev-python/iniconfig: Enable python3.10 (diff)
downloadgentoo-02f83f2529545784a949111011d098c7c6c2536f.tar.gz
gentoo-02f83f2529545784a949111011d098c7c6c2536f.tar.bz2
gentoo-02f83f2529545784a949111011d098c7c6c2536f.zip
dev-python/py: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/py')
-rw-r--r--dev-python/py/py-1.10.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/py/py-1.10.0.ebuild b/dev-python/py/py-1.10.0.ebuild
index 5323060918ff..e5e97fd25809 100644
--- a/dev-python/py/py-1.10.0.ebuild
+++ b/dev-python/py/py-1.10.0.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
inherit distutils-r1