commit: 0191e8d578b19312f8d4477badc7863f790ed786
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 17:54:16 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 17:54:16 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0191e8d5
dev-python/python-swiftclient: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/python-swiftclient/python-swiftclient-4.8.0.ebuild | 2 +-
dev-python/python-swiftclient/python-swiftclient-4.9.0.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/python-swiftclient/python-swiftclient-4.8.0.ebuild
b/dev-python/python-swiftclient/python-swiftclient-4.8.0.ebuild
index 7aefc9d60362..51c43cfcfe5e 100644
--- a/dev-python/python-swiftclient/python-swiftclient-4.8.0.ebuild
+++ b/dev-python/python-swiftclient/python-swiftclient-4.8.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 pypi
diff --git a/dev-python/python-swiftclient/python-swiftclient-4.9.0.ebuild
b/dev-python/python-swiftclient/python-swiftclient-4.9.0.ebuild
index 7aefc9d60362..51c43cfcfe5e 100644
--- a/dev-python/python-swiftclient/python-swiftclient-4.9.0.ebuild
+++ b/dev-python/python-swiftclient/python-swiftclient-4.9.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1 pypi