diff options
author | 2022-05-18 16:01:17 +0200 | |
---|---|---|
committer | 2022-05-18 16:22:43 +0200 | |
commit | 5a9300e21e85585533bb30da5185522c44c45494 (patch) | |
tree | 3f82b9642dfe3cb641ee33d565a7a51c83995897 /dev-python/junit-xml | |
parent | dev-python/python-mimeparse: enable py3.11 (diff) | |
download | gentoo-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/junit-xml')
-rw-r--r-- | dev-python/junit-xml/junit-xml-1.9.ebuild | 2 |
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" |