diff options
author | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:21:29 -0400 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2022-10-29 13:43:59 -0400 |
commit | 66c4c8a3e1ef35982a2c55e699196559fea214b4 (patch) | |
tree | 3b04bb1f9622690c1009da72a37377e76f6a06c1 /dev-util/itstool | |
parent | dev-util/gtk-doc: Add Python 3.11 compatibility (diff) | |
download | gentoo-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.ebuild | 2 |
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 |