commit: aca6caccbe928bd27c7bbf3ff0acfd799ebd278d
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 28 15:50:48 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Jul 28 15:58:25 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca6cacc
dev-python/django-cors-headers: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/django-cors-headers/django-cors-headers-4.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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