diff options
author | Hank Leininger <hlein@korelogic.com> | 2024-06-01 16:12:59 -0600 |
---|---|---|
committer | Richard Freeman <rich0@gentoo.org> | 2024-06-01 18:36:33 -0400 |
commit | a11cf9af5177ae3a70eabb154d114ff7f2844eb2 (patch) | |
tree | 015182d6574c5b3f8723fc266a8d631d32eec10e /net-misc/s3cmd | |
parent | net-analyzer/fail2ban: Stabilize 1.0.2-r3 x86, #930866 (diff) | |
download | gentoo-a11cf9af5177ae3a70eabb154d114ff7f2844eb2.tar.gz gentoo-a11cf9af5177ae3a70eabb154d114ff7f2844eb2.tar.bz2 gentoo-a11cf9af5177ae3a70eabb154d114ff7f2844eb2.zip |
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@korelogic.com>
Signed-off-by: Richard Freeman <rich0@gentoo.org>
Diffstat (limited to 'net-misc/s3cmd')
-rw-r--r-- | net-misc/s3cmd/s3cmd-2.4.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |