commit: e8051859895198ffbd54f080ae659c2ced9997ce
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 5 11:57:32 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 5 12:19:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8051859
dev-python/django-taggit: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/django-taggit/django-taggit-6.1.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/django-taggit/django-taggit-6.1.0-r1.ebuild
b/dev-python/django-taggit/django-taggit-6.1.0-r1.ebuild
index 8fe51cf922e9..1cf14f426485 100644
--- a/dev-python/django-taggit/django-taggit-6.1.0-r1.ebuild
+++ b/dev-python/django-taggit/django-taggit-6.1.0-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..14} )
+PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1