commit: 414c5b579d8f74fad55a60d1744cc98262fcefd1 Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> AuthorDate: Sat May 3 05:22:05 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Sat May 3 05:34:39 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=414c5b57
net-misc/s4cmd: enable py3.13 Went over the code, checked compatibility. Manually ran the tests. Closes: https://bugs.gentoo.org/952620 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> net-misc/s4cmd/s4cmd-2.1.0-r3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/s4cmd/s4cmd-2.1.0-r3.ebuild b/net-misc/s4cmd/s4cmd-2.1.0-r3.ebuild index 1d71df41895d..6f7a448d44f3 100644 --- a/net-misc/s4cmd/s4cmd-2.1.0-r3.ebuild +++ b/net-misc/s4cmd/s4cmd-2.1.0-r3.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) DISTUTILS_USE_PEP517=setuptools PYTHON_REQ_USE="xml(+)"
