summaryrefslogtreecommitdiff
path: root/dev-python
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2023-12-31 13:24:29 +0100
committerAlfredo Tupone <tupone@gentoo.org>2023-12-31 13:24:29 +0100
commit8ce3b593786f83fc071874bc3c7e6b579db88c9d (patch)
tree5904e14907faf74e9781543e3a522920484ca306 /dev-python
parentf0d905e58010dd06fdbd5ea21faee46818f07010 (diff)
downloadgentoo-8ce3b593786f83fc071874bc3c7e6b579db88c9d.tar.gz
gentoo-8ce3b593786f83fc071874bc3c7e6b579db88c9d.tar.bz2
gentoo-8ce3b593786f83fc071874bc3c7e6b579db88c9d.zip
dev-python/django-registration: drop python3_9
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r--dev-python/django-registration/django-registration-3.4-r1.ebuild (renamed from dev-python/django-registration/django-registration-3.4.ebuild)2
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-r1.ebuild
index 1b920a7d89ac..32821af1079c 100644
--- a/dev-python/django-registration/django-registration-3.4.ebuild
+++ b/dev-python/django-registration/django-registration-3.4-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..12} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1
DESCRIPTION="user-registration application for Django"