summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-06-14 13:24:11 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-06-14 13:38:19 +0200
commit2f730d3e62511f1000453fa8f2bd7e4c8da9fb4e (patch)
tree493c70a89a280646f6a40b374d00c3952765bdfd /dev-python/sphobjinv
parentdev-python/fuzzywuzzy: enable py3.13 (diff)
downloadgentoo-2f730d3e62511f1000453fa8f2bd7e4c8da9fb4e.tar.gz
gentoo-2f730d3e62511f1000453fa8f2bd7e4c8da9fb4e.tar.bz2
gentoo-2f730d3e62511f1000453fa8f2bd7e4c8da9fb4e.zip
dev-python/sphobjinv: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/sphobjinv')
-rw-r--r--dev-python/sphobjinv/sphobjinv-2.3.1.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/sphobjinv/sphobjinv-2.3.1.1.ebuild b/dev-python/sphobjinv/sphobjinv-2.3.1.1.ebuild
index dae2f3995451..0f3563de7d2f 100644
--- a/dev-python/sphobjinv/sphobjinv-2.3.1.1.ebuild
+++ b/dev-python/sphobjinv/sphobjinv-2.3.1.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1