summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Vaněk <arkamar@gentoo.org>2024-06-29 09:25:40 +0200
committerPetr Vaněk <arkamar@gentoo.org>2024-06-29 10:16:23 +0200
commit96f7742fccdea8b67ba60689401bc7c0c8073c5f (patch)
tree69774c7f9e7c7b95f665845ffb2edb7686831083 /dev-python/isort
parentnet-libs/miniupnpc: Stabilize 2.2.8-r1 sparc, #935113 (diff)
downloadgentoo-96f7742fccdea8b67ba60689401bc7c0c8073c5f.tar.gz
gentoo-96f7742fccdea8b67ba60689401bc7c0c8073c5f.tar.bz2
gentoo-96f7742fccdea8b67ba60689401bc7c0c8073c5f.zip
dev-python/isort: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/isort')
-rw-r--r--dev-python/isort/isort-5.13.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/isort/isort-5.13.2.ebuild b/dev-python/isort/isort-5.13.2.ebuild
index f17443c55098..51f0b4b4c9d3 100644
--- a/dev-python/isort/isort-5.13.2.ebuild
+++ b/dev-python/isort/isort-5.13.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..12} pypy3 )
+PYTHON_COMPAT=( python3_{10..13} pypy3 )
inherit distutils-r1