summaryrefslogtreecommitdiff
path: root/dev-python/django-cors-headers
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2025-10-17 21:51:30 +0200
committerMichał Górny <mgorny@gentoo.org>2025-10-17 22:07:07 +0200
commit545bd22fab78c20609dd121845fdd2b899a4de9e (patch)
treef68866ee338277c0777d42bd1de2167cc744f620 /dev-python/django-cors-headers
parent9b6ad75392d302b566bf7293f4c025bb55ba6318 (diff)
downloadgentoo-545bd22fab78c20609dd121845fdd2b899a4de9e.tar.gz
gentoo-545bd22fab78c20609dd121845fdd2b899a4de9e.tar.bz2
gentoo-545bd22fab78c20609dd121845fdd2b899a4de9e.zip
dev-python/django-cors-headers: Enable py3.14
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.9.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-cors-headers/django-cors-headers-4.9.0.ebuild b/dev-python/django-cors-headers/django-cors-headers-4.9.0.ebuild
index 29092067a81c..677acc22f2cd 100644
--- a/dev-python/django-cors-headers/django-cors-headers-4.9.0.ebuild
+++ b/dev-python/django-cors-headers/django-cors-headers-4.9.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1