summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-06-13 09:47:20 +0200
committerMichał Górny <mgorny@gentoo.org>2022-06-13 10:17:09 +0200
commitf58177c5efbe57cae3b76eeb43b829821f6b62f6 (patch)
tree9fc31ce3a91b45f4b7a5c803fe105cc0ee328912 /dev-python/dj-search-url
parentdev-python/django-cache-url: Enable py3.11 (diff)
downloadgentoo-f58177c5efbe57cae3b76eeb43b829821f6b62f6.tar.gz
gentoo-f58177c5efbe57cae3b76eeb43b829821f6b62f6.tar.bz2
gentoo-f58177c5efbe57cae3b76eeb43b829821f6b62f6.zip
dev-python/dj-search-url: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/dj-search-url')
-rw-r--r--dev-python/dj-search-url/dj-search-url-0.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/dj-search-url/dj-search-url-0.1-r1.ebuild b/dev-python/dj-search-url/dj-search-url-0.1-r1.ebuild
index 352c5bc6c3e3..babaf034fa6e 100644
--- a/dev-python/dj-search-url/dj-search-url-0.1-r1.ebuild
+++ b/dev-python/dj-search-url/dj-search-url-0.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1