summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-18 16:01:17 +0200
committerAndrew Ammerlaan <andrewammerlaan@gentoo.org>2022-05-18 16:22:43 +0200
commit5a9300e21e85585533bb30da5185522c44c45494 (patch)
tree3f82b9642dfe3cb641ee33d565a7a51c83995897 /dev-python
parentdev-python/python-mimeparse: enable py3.11 (diff)
downloadgentoo-5a9300e21e85585533bb30da5185522c44c45494.tar.gz
gentoo-5a9300e21e85585533bb30da5185522c44c45494.tar.bz2
gentoo-5a9300e21e85585533bb30da5185522c44c45494.zip
dev-python/junit-xml: enable py3.11
Signed-off-by: Andrew Ammerlaan <andrewammerlaan@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/junit-xml/junit-xml-1.9.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/junit-xml/junit-xml-1.9.ebuild b/dev-python/junit-xml/junit-xml-1.9.ebuild
index d883b87107da..1105e65ff90e 100644
--- a/dev-python/junit-xml/junit-xml-1.9.ebuild
+++ b/dev-python/junit-xml/junit-xml-1.9.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1
DESCRIPTION="Create JUnit XML test result documents"