summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-05-06 10:32:40 +0200
committerMichał Górny <mgorny@gentoo.org>2021-05-06 10:35:00 +0200
commit1eacd8be41d60a7e463cec06e99ba1fe5762a0ef (patch)
treee8bedbdd9a1ff77cbfd3b035dd9413fd99f8dce7 /dev-python/vine
parentdev-python/case: Enable python3.10 (diff)
downloadgentoo-1eacd8be41d60a7e463cec06e99ba1fe5762a0ef.tar.gz
gentoo-1eacd8be41d60a7e463cec06e99ba1fe5762a0ef.tar.bz2
gentoo-1eacd8be41d60a7e463cec06e99ba1fe5762a0ef.zip
dev-python/vine: Enable python3.10
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/vine')
-rw-r--r--dev-python/vine/vine-5.0.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/vine/vine-5.0.0.ebuild b/dev-python/vine/vine-5.0.0.ebuild
index 515868bc33a1..3d11e5ae4c27 100644
--- a/dev-python/vine/vine-5.0.0.ebuild
+++ b/dev-python/vine/vine-5.0.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{7..9} pypy3 )
+PYTHON_COMPAT=( python3_{7..10} pypy3 )
DISTUTILS_USE_SETUPTOOLS=bdepend
inherit distutils-r1