From 540448ef98cb76992d112a92ff3eb2ebb05e8491 Mon Sep 17 00:00:00 2001 From: Arthur Zamarin Date: Sat, 3 May 2025 08:25:30 +0300 Subject: [PATCH] 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 --- 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 ec1ba4e1021fa..989350fe3e135 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