commit: 1f0793b1f7527702e07a616a526354dfec923ca0
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 22 06:38:19 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Oct 22 06:55:28 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1f0793b1
dev-python/django-cache-url: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/django-cache-url/django-cache-url-3.4.4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/django-cache-url/django-cache-url-3.4.4.ebuild
b/dev-python/django-cache-url/django-cache-url-3.4.4.ebuild
index 5871b9ee4865..e359f123a75f 100644
--- a/dev-python/django-cache-url/django-cache-url-3.4.4.ebuild
+++ b/dev-python/django-cache-url/django-cache-url-3.4.4.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1