commit: b427529f7655613251b5160d34e11ddd2c5315d0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 17:45:31 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 17:45:31 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b427529f
dev-python/django-cache-url: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/django-cache-url/django-cache-url-3.4.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/django-cache-url/django-cache-url-3.4.5.ebuild
b/dev-python/django-cache-url/django-cache-url-3.4.5.ebuild
index e7ba0ddeedff..432e8a3d03d3 100644
--- a/dev-python/django-cache-url/django-cache-url-3.4.5.ebuild
+++ b/dev-python/django-cache-url/django-cache-url-3.4.5.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3_11 python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1