diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-03 15:03:19 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-09-03 17:41:38 +0300 |
commit | 85ea885a2ffca2dea5bf49d48fdcc59e91edec04 (patch) | |
tree | 18c3f35b6c0dd04c115d51f3774d39d09a9a5693 /dev-python/junit-xml | |
parent | dev-python/fsspec: enable py3.10 (diff) | |
download | gentoo-85ea885a2ffca2dea5bf49d48fdcc59e91edec04.tar.gz gentoo-85ea885a2ffca2dea5bf49d48fdcc59e91edec04.tar.bz2 gentoo-85ea885a2ffca2dea5bf49d48fdcc59e91edec04.zip |
dev-python/junit-xml: enable py3.10
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/junit-xml')
-rw-r--r-- | dev-python/junit-xml/junit-xml-1.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/junit-xml/junit-xml-1.9.ebuild b/dev-python/junit-xml/junit-xml-1.9.ebuild index 32324a8494ff..fdee36ffc7cb 100644 --- a/dev-python/junit-xml/junit-xml-1.9.ebuild +++ b/dev-python/junit-xml/junit-xml-1.9.ebuild @@ -1,9 +1,9 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{8..10} ) inherit distutils-r1 DESCRIPTION="Create JUnit XML test result documents" |