commit: e63926cf09f4ce89473973b6d76fe3d3504a7da6
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 19:32:04 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 19:32:04 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e63926cf
dev-python/dogpile-cache: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/dogpile-cache/dogpile-cache-1.4.0.ebuild | 2 +-
dev-python/dogpile-cache/dogpile-cache-1.4.1.ebuild | 2 +-
dev-python/dogpile-cache/dogpile-cache-1.5.0.ebuild | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/dev-python/dogpile-cache/dogpile-cache-1.4.0.ebuild
b/dev-python/dogpile-cache/dogpile-cache-1.4.0.ebuild
index d3fbfc95ef8c..de520e02a488 100644
--- a/dev-python/dogpile-cache/dogpile-cache-1.4.0.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-1.4.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi
diff --git a/dev-python/dogpile-cache/dogpile-cache-1.4.1.ebuild
b/dev-python/dogpile-cache/dogpile-cache-1.4.1.ebuild
index 7cbda58bae90..be545c2d91b4 100644
--- a/dev-python/dogpile-cache/dogpile-cache-1.4.1.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-1.4.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi
diff --git a/dev-python/dogpile-cache/dogpile-cache-1.5.0.ebuild
b/dev-python/dogpile-cache/dogpile-cache-1.5.0.ebuild
index cfa4a8f0efbc..61b35e6b8007 100644
--- a/dev-python/dogpile-cache/dogpile-cache-1.5.0.ebuild
+++ b/dev-python/dogpile-cache/dogpile-cache-1.5.0.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYPI_PN=${PN/-/.}
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi