summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-13 09:46:16 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-13 10:17:08 +0200
commita85db3416f54815e64205b059260f8807a8065ea (patch)
treef811ac3c1fa6bf7218e64e29ef95e76dab0f36e1 /dev-python/django-cache-url
parentdev-ruby/actiontext: Keyword 7.0.3 riscv, #849530 (diff)
downloadgentoo-a85db3416f54815e64205b059260f8807a8065ea.tar.gz
gentoo-a85db3416f54815e64205b059260f8807a8065ea.tar.bz2
gentoo-a85db3416f54815e64205b059260f8807a8065ea.zip
dev-python/django-cache-url: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-cache-url')
-rw-r--r--dev-python/django-cache-url/django-cache-url-3.4.2.ebuild2
1 files changed, 1 insertions, 1 deletions
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