commit: c948984cbd1bc2c3c6e86b8219fe96193d03b943
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 5 12:09:12 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 5 12:19:36 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c948984c
dev-python/django-filter: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/django-filter/django-filter-25.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/django-filter/django-filter-25.2.ebuild
b/dev-python/django-filter/django-filter-25.2.ebuild
index 81547ec7b6b4..200fc68162e1 100644
--- a/dev-python/django-filter/django-filter-25.2.ebuild
+++ b/dev-python/django-filter/django-filter-25.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1