summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-27 21:53:56 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-27 21:53:56 +0300
commitdfffa6f4273e57f22e8bafa5d93e6761c748582a (patch)
tree323784bb2640ff20076b32bf75ff6a0b1b527ba2 /dev-python
parentdev-python/itsdangerous: enable py3.12 (diff)
downloadgentoo-dfffa6f4273e57f22e8bafa5d93e6761c748582a.tar.gz
gentoo-dfffa6f4273e57f22e8bafa5d93e6761c748582a.tar.bz2
gentoo-dfffa6f4273e57f22e8bafa5d93e6761c748582a.zip
dev-python/untangle: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/untangle/untangle-1.2.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/untangle/untangle-1.2.1-r1.ebuild b/dev-python/untangle/untangle-1.2.1-r1.ebuild
index 31bb4153f27a..1c3dee1ddc2d 100644
--- a/dev-python/untangle/untangle-1.2.1-r1.ebuild
+++ b/dev-python/untangle/untangle-1.2.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1