repo/gentoo:master commit in: net-misc/s3cmd/

"Matt Jolly" <[email protected]> Mon, 03 Aug 2026 07:15:27 +0000 (UTC)
Newsgroups gmane.linux.gentoo.cvs
Message-ID <1785741076.ebe39d6c46f19e03e43e93a2afd40d51060f7f41.kangie@gentoo>
commit:     ebe39d6c46f19e03e43e93a2afd40d51060f7f41
Author:     Matt Jolly <kangie <AT> gentoo <DOT> org>
AuthorDate: Mon Aug  3 07:05:53 2026 +0000
Commit:     Matt Jolly <kangie <AT> gentoo <DOT> org>
CommitDate: Mon Aug  3 07:11:16 2026 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebe39d6c

net-misc/s3cmd: enable py3.14

Closes: https://bugs.gentoo.org/974050
Signed-off-by: Matt Jolly <kangie <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 40813dc79bbf..f485172a52df 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-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
 PYTHON_REQ_USE="xml(+)"
 DISTUTILS_USE_PEP517=setuptools