commit: 540448ef98cb76992d112a92ff3eb2ebb05e8491 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat May 3 05:25:30 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat May 3 05:34:40 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=540448ef
net-misc/s3cmd: enable py3.13 Went over the code, checked compatibility. Manually ran the tests. Closes: https://bugs.gentoo.org/952619 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> net-misc/s3cmd/s3cmd-2.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-misc/s3cmd/s3cmd-2.4.0.ebuild b/net-misc/s3cmd/s3cmd-2.4.0.ebuild index ec1ba4e1021f..989350fe3e13 100644 --- a/net-misc/s3cmd/s3cmd-2.4.0.ebuild +++ b/net-misc/s3cmd/s3cmd-2.4.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) PYTHON_REQ_USE="xml(+)" DISTUTILS_USE_PEP517=setuptools
