summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-10-17 07:28:12 +0200
committerMichał Górny <mgorny@gentoo.org>2022-10-17 07:28:51 +0200
commitad0bf4c8025e95c6d2c4a054b16d17205005ff96 (patch)
tree6282dfc564c4d5ce8a68639a75465926f100a3ee /dev-python/vine
parentdev-python/vine: Remove the dep on dev-python/case (diff)
downloadgentoo-ad0bf4c8025e95c6d2c4a054b16d17205005ff96.tar.gz
gentoo-ad0bf4c8025e95c6d2c4a054b16d17205005ff96.tar.bz2
gentoo-ad0bf4c8025e95c6d2c4a054b16d17205005ff96.zip
dev-python/vine: Enable py3.11
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-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/vine/vine-5.0.0-r1.ebuild b/dev-python/vine/vine-5.0.0-r1.ebuild
index 43c22bd3a3f1..70d4f44fc673 100644
--- a/dev-python/vine/vine-5.0.0-r1.ebuild
+++ b/dev-python/vine/vine-5.0.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1