summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-01-27 15:04:14 +0200
committerArthur Zamarin <arthurzam@gentoo.org>2023-01-27 15:14:24 +0200
commit587d08e03469480c0ee9f3c74e71e36cbb0aa181 (patch)
tree1bceddb7d48a6d60086659494de635e298abc086 /dev-python/djangorestframework
parentdev-python/coreapi: mark ALLARCHES (diff)
downloadgentoo-587d08e03469480c0ee9f3c74e71e36cbb0aa181.tar.gz
gentoo-587d08e03469480c0ee9f3c74e71e36cbb0aa181.tar.bz2
gentoo-587d08e03469480c0ee9f3c74e71e36cbb0aa181.zip
dev-python/djangorestframework: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/djangorestframework')
-rw-r--r--dev-python/djangorestframework/djangorestframework-3.14.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/djangorestframework/djangorestframework-3.14.0.ebuild b/dev-python/djangorestframework/djangorestframework-3.14.0.ebuild
index 0c656a95bf0e..b31831ebf043 100644
--- a/dev-python/djangorestframework/djangorestframework-3.14.0.ebuild
+++ b/dev-python/djangorestframework/djangorestframework-3.14.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
inherit distutils-r1