diff options
author | Petr Vaněk <arkamar@gentoo.org> | 2024-06-20 08:50:27 +0200 |
---|---|---|
committer | Petr Vaněk <arkamar@gentoo.org> | 2024-06-20 10:44:08 +0200 |
commit | 87fcfc27731d55b856b134f3d314fe891433bf07 (patch) | |
tree | a5c90e1fbc7737bdb4bd72bd166a0277e57b1c2e /dev-python/subunit | |
parent | net-p2p/biglybt: update to 3.6.0.0, add icon, and more changes (diff) | |
download | gentoo-87fcfc27731d55b856b134f3d314fe891433bf07.tar.gz gentoo-87fcfc27731d55b856b134f3d314fe891433bf07.tar.bz2 gentoo-87fcfc27731d55b856b134f3d314fe891433bf07.zip |
dev-python/subunit: enable py3.13
Signed-off-by: Petr Vaněk <arkamar@gentoo.org>
Diffstat (limited to 'dev-python/subunit')
-rw-r--r-- | dev-python/subunit/subunit-1.4.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/subunit/subunit-1.4.4.ebuild b/dev-python/subunit/subunit-1.4.4.ebuild index 5530709ef362..69006f572b3e 100644 --- a/dev-python/subunit/subunit-1.4.4.ebuild +++ b/dev-python/subunit/subunit-1.4.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-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} pypy3 ) +PYTHON_COMPAT=( python3_{10..13} pypy3 ) inherit distutils-r1 multilib-minimal autotools |