summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-16 05:51:47 +0200
committerMichał Górny <mgorny@gentoo.org>2023-10-16 05:51:47 +0200
commitf29ffc6206a08dd80ca72cd04e3bbdde9db8aa28 (patch)
tree613e6dd3c8098432be834c61e46e9d5db736aeb5 /dev-python/django-crispy-forms
parentdev-python/crispy-bootstrap5: Reformat (diff)
downloadgentoo-f29ffc6206a08dd80ca72cd04e3bbdde9db8aa28.tar.gz
gentoo-f29ffc6206a08dd80ca72cd04e3bbdde9db8aa28.tar.bz2
gentoo-f29ffc6206a08dd80ca72cd04e3bbdde9db8aa28.zip
dev-python/django-crispy-forms: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-crispy-forms')
-rw-r--r--dev-python/django-crispy-forms/django-crispy-forms-2.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-crispy-forms/django-crispy-forms-2.1.ebuild b/dev-python/django-crispy-forms/django-crispy-forms-2.1.ebuild
index c0cf44d4343e..69f2d844079a 100644
--- a/dev-python/django-crispy-forms/django-crispy-forms-2.1.ebuild
+++ b/dev-python/django-crispy-forms/django-crispy-forms-2.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1