summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-28 17:50:48 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-28 17:58:25 +0200
commitaca6caccbe928bd27c7bbf3ff0acfd799ebd278d (patch)
tree8226ad043bae13405825b4c6bbfc981a49086ef9 /dev-python/django-cors-headers
parentdev-python/django-cacheops: Enable py3.12 (diff)
downloadgentoo-aca6caccbe928bd27c7bbf3ff0acfd799ebd278d.tar.gz
gentoo-aca6caccbe928bd27c7bbf3ff0acfd799ebd278d.tar.bz2
gentoo-aca6caccbe928bd27c7bbf3ff0acfd799ebd278d.zip
dev-python/django-cors-headers: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-cors-headers')
-rw-r--r--dev-python/django-cors-headers/django-cors-headers-4.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-cors-headers/django-cors-headers-4.2.0.ebuild b/dev-python/django-cors-headers/django-cors-headers-4.2.0.ebuild
index f88ae7b6888a..5f8387f132e2 100644
--- a/dev-python/django-cors-headers/django-cors-headers-4.2.0.ebuild
+++ b/dev-python/django-cors-headers/django-cors-headers-4.2.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1