diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-18 07:00:29 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-18 07:03:20 +0200 |
commit | 1e20567ae167d1245428ce24c05be4e82c57b9de (patch) | |
tree | 0d65d4bd5a86604d5255e6d32bb841d0c14c2651 /dev-python/junit-xml | |
parent | dev-python/josepy: Enable py3.13 (diff) | |
download | gentoo-1e20567ae167d1245428ce24c05be4e82c57b9de.tar.gz gentoo-1e20567ae167d1245428ce24c05be4e82c57b9de.tar.bz2 gentoo-1e20567ae167d1245428ce24c05be4e82c57b9de.zip |
dev-python/junit-xml: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/junit-xml')
-rw-r--r-- | dev-python/junit-xml/junit-xml-1.9-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/junit-xml/junit-xml-1.9-r1.ebuild b/dev-python/junit-xml/junit-xml-1.9-r1.ebuild index dd86eb10ad8d..017d20cc87c9 100644 --- a/dev-python/junit-xml/junit-xml-1.9-r1.ebuild +++ b/dev-python/junit-xml/junit-xml-1.9-r1.ebuild @@ -1,10 +1,10 @@ -# Copyright 2021-2023 Gentoo Authors +# Copyright 2021-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 |