commit: a85db3416f54815e64205b059260f8807a8065ea
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 13 07:46:16 2022 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Mon Jun 13 08:17:08 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85db341
dev-python/django-cache-url: Enable py3.11
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/django-cache-url/django-cache-url-3.4.2.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/django-cache-url/django-cache-url-3.4.2.ebuild
b/dev-python/django-cache-url/django-cache-url-3.4.2.ebuild
index 52f2bcb04312..3dfcd498a3fa 100644
--- a/dev-python/django-cache-url/django-cache-url-3.4.2.ebuild
+++ b/dev-python/django-cache-url/django-cache-url-3.4.2.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1