diff options
author | 2023-02-26 05:51:48 +0100 | |
---|---|---|
committer | 2023-02-26 05:56:31 +0100 | |
commit | f463238859f31198631d7eda371208ae2ff7a65f (patch) | |
tree | c6b8c3a686f6b8e1ab9f2b72edc54a170bc247c6 /dev-python/django-cors-headers | |
parent | dev-python/fastjsonschema: Add GH remote-id (diff) | |
download | gentoo-f463238859f31198631d7eda371208ae2ff7a65f.tar.gz gentoo-f463238859f31198631d7eda371208ae2ff7a65f.tar.bz2 gentoo-f463238859f31198631d7eda371208ae2ff7a65f.zip |
dev-python/django-cors-headers: Enable py3.11
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-3.14.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |