diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-06-14 13:24:11 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-06-14 13:38:19 +0200 |
commit | 2f730d3e62511f1000453fa8f2bd7e4c8da9fb4e (patch) | |
tree | 493c70a89a280646f6a40b374d00c3952765bdfd /dev-python/sphobjinv | |
parent | dev-python/fuzzywuzzy: enable py3.13 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |