commit: a11cf9af5177ae3a70eabb154d114ff7f2844eb2 Author: Hank Leininger <hlein <AT> korelogic <DOT> com> AuthorDate: Sat Jun 1 22:12:59 2024 +0000 Commit: Richard Freeman <rich0 <AT> gentoo <DOT> org> CommitDate: Sat Jun 1 22:36:33 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a11cf9af
net-misc/s3cmd: enable py3.12 Closes: https://bugs.gentoo.org/933383 Closes: https://github.com/gentoo/gentoo/pull/36961 Signed-off-by: Hank Leininger <hlein <AT> korelogic.com> Signed-off-by: Richard Freeman <rich0 <AT> gentoo.org> net-misc/s3cmd/s3cmd-2.4.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net-misc/s3cmd/s3cmd-2.4.0.ebuild b/net-misc/s3cmd/s3cmd-2.4.0.ebuild index 4dcbaecc0089..a3e56368e7f9 100644 --- a/net-misc/s3cmd/s3cmd-2.4.0.ebuild +++ b/net-misc/s3cmd/s3cmd-2.4.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) PYTHON_REQ_USE="xml(+)" DISTUTILS_USE_PEP517=setuptools
