summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-12-31 13:23:10 +0100
committerAlfredo Tupone <tupone@gentoo.org>2023-12-31 13:23:24 +0100
commitf0d905e58010dd06fdbd5ea21faee46818f07010 (patch)
treed1fa11c1a3cc3abd34d4f430ce287eb152819ed7 /dev-python/django-registration/django-registration-3.4.ebuild
parentdev-ruby/optionable: enable ruby33 (diff)
downloadgentoo-f0d905e58010dd06fdbd5ea21faee46818f07010.tar.gz
gentoo-f0d905e58010dd06fdbd5ea21faee46818f07010.tar.bz2
gentoo-f0d905e58010dd06fdbd5ea21faee46818f07010.zip
dev-python/django-registration: enable py3.12
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-python/django-registration/django-registration-3.4.ebuild')
-rw-r--r--dev-python/django-registration/django-registration-3.4.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-registration/django-registration-3.4.ebuild b/dev-python/django-registration/django-registration-3.4.ebuild
index 36c13a4671a0..1b920a7d89ac 100644
--- a/dev-python/django-registration/django-registration-3.4.ebuild
+++ b/dev-python/django-registration/django-registration-3.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{9..12} )
inherit distutils-r1
DESCRIPTION="user-registration application for Django"