summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gentoo.org>2022-10-29 13:21:29 -0400
committerMatt Turner <mattst88@gentoo.org>2022-10-29 13:43:59 -0400
commit66c4c8a3e1ef35982a2c55e699196559fea214b4 (patch)
tree3b04bb1f9622690c1009da72a37377e76f6a06c1 /dev-util/itstool
parentdev-util/gtk-doc: Add Python 3.11 compatibility (diff)
downloadgentoo-66c4c8a3e1ef35982a2c55e699196559fea214b4.tar.gz
gentoo-66c4c8a3e1ef35982a2c55e699196559fea214b4.tar.bz2
gentoo-66c4c8a3e1ef35982a2c55e699196559fea214b4.zip
dev-util/itstool: Add Python 3.11 compatibility
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'dev-util/itstool')
-rw-r--r--dev-util/itstool/itstool-2.0.7.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/itstool/itstool-2.0.7.ebuild b/dev-util/itstool/itstool-2.0.7.ebuild
index 246c57c2cdde..5cf8840898b1 100644
--- a/dev-util/itstool/itstool-2.0.7.ebuild
+++ b/dev-util/itstool/itstool-2.0.7.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
PYTHON_REQ_USE="xml(+)"
inherit python-single-r1