summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2024-05-18 12:44:35 +0200
committerMichał Górny <mgorny@gentoo.org>2024-05-18 13:11:23 +0200
commitab877336c4b2004f15ddb539d047fceabd1928c4 (patch)
tree338e2493bf7c55f427c49b6930c45719132f1f50
parentdev-python/vdf: Enable py3.13 (diff)
downloadgentoo-ab877336c4b2004f15ddb539d047fceabd1928c4.tar.gz
gentoo-ab877336c4b2004f15ddb539d047fceabd1928c4.tar.bz2
gentoo-ab877336c4b2004f15ddb539d047fceabd1928c4.zip
dev-python/vine: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/vine/vine-5.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/vine/vine-5.1.0.ebuild b/dev-python/vine/vine-5.1.0.ebuild
index 3d7bd3b8e971..723c28e6d6d8 100644
--- a/dev-python/vine/vine-5.1.0.ebuild
+++ b/dev-python/vine/vine-5.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1 pypi