summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfred Wingate <parona@protonmail.com>2024-05-18 22:36:11 +0300
committerFlorian Schmaus <flow@gentoo.org>2024-05-21 10:58:05 +0200
commitb28bede7039d99ba623bbc12d294ff6da36c6278 (patch)
tree854b6f8108952e6eb6f2c6da468ad5329ae7eea4 /app-arch
parentnet-irc/kvirc: Stabilize 5.2.2 x86, #932323 (diff)
downloadgentoo-b28bede7039d99ba623bbc12d294ff6da36c6278.tar.gz
gentoo-b28bede7039d99ba623bbc12d294ff6da36c6278.tar.bz2
gentoo-b28bede7039d99ba623bbc12d294ff6da36c6278.zip
app-arch/patool: enable py3.13
Signed-off-by: Alfred Wingate <parona@protonmail.com> Signed-off-by: Florian Schmaus <flow@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r--app-arch/patool/patool-2.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-arch/patool/patool-2.2.0.ebuild b/app-arch/patool/patool-2.2.0.ebuild
index 101960679d5f..278760c4129c 100644
--- a/app-arch/patool/patool-2.2.0.ebuild
+++ b/app-arch/patool/patool-2.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..12} )
+PYTHON_COMPAT=( python3_{10..13} )
inherit distutils-r1 pypi