commit:     f463238859f31198631d7eda371208ae2ff7a65f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 26 04:51:48 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Feb 26 04:56:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4632388

dev-python/django-cors-headers: Enable py3.11

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 dev-python/django-cors-headers/django-cors-headers-3.14.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-python/django-cors-headers/django-cors-headers-3.14.0.ebuild 
b/dev-python/django-cors-headers/django-cors-headers-3.14.0.ebuild
index c9fcf1c8a4b0..2f86005be6e8 100644
--- a/dev-python/django-cors-headers/django-cors-headers-3.14.0.ebuild
+++ b/dev-python/django-cors-headers/django-cors-headers-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
 

Reply via email to