commit: 6258dbe097d5aecd912b739c4372734b9b6d3112
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 21 17:19:22 2025 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Dec 21 17:19:22 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6258dbe0
dev-python/django-crispy-forms: Remove py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/django-crispy-forms/django-crispy-forms-2.4.ebuild | 2 +-
dev-python/django-crispy-forms/django-crispy-forms-2.5.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/django-crispy-forms/django-crispy-forms-2.4.ebuild
b/dev-python/django-crispy-forms/django-crispy-forms-2.4.ebuild
index bf04cd079978..247cfa15e346 100644
--- a/dev-python/django-crispy-forms/django-crispy-forms-2.4.ebuild
+++ b/dev-python/django-crispy-forms/django-crispy-forms-2.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1
diff --git a/dev-python/django-crispy-forms/django-crispy-forms-2.5.ebuild
b/dev-python/django-crispy-forms/django-crispy-forms-2.5.ebuild
index 6fd972125762..b5c5da52f912 100644
--- a/dev-python/django-crispy-forms/django-crispy-forms-2.5.ebuild
+++ b/dev-python/django-crispy-forms/django-crispy-forms-2.5.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{12..13} )
inherit distutils-r1