From 8ce3b593786f83fc071874bc3c7e6b579db88c9d Mon Sep 17 00:00:00 2001 From: Alfredo Tupone Date: Sun, 31 Dec 2023 13:24:29 +0100 Subject: [PATCH] dev-python/django-registration: drop python3_9 Signed-off-by: Alfredo Tupone --- ...egistration-3.4.ebuild => django-registration-3.4-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename dev-python/django-registration/{django-registration-3.4.ebuild => django-registration-3.4-r1.ebuild} (95%) diff --git a/dev-python/django-registration/django-registration-3.4.ebuild b/dev-python/django-registration/django-registration-3.4-r1.ebuild similarity index 95% rename from dev-python/django-registration/django-registration-3.4.ebuild rename to dev-python/django-registration/django-registration-3.4-r1.ebuild index 1b920a7d89ac2..32821af1079c5 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"