summaryrefslogtreecommitdiff
path: root/dev-python/djangorestframework-guardian/djangorestframework-guardian-0.3.0.ebuild
diff options
context:
space:
mode:
authorMarcin Deranek <marcin.deranek@slonko.net>2024-06-04 09:00:53 +0200
committerMarcin Deranek <marcin.deranek@slonko.net>2024-06-04 09:00:53 +0200
commit018e48ecc61c41fdc4ce09447e461c1c474b8857 (patch)
treea3ae69eda27acc82fe3bc9732dbb492fe02fc223 /dev-python/djangorestframework-guardian/djangorestframework-guardian-0.3.0.ebuild
parent1abc0a646add08bb8eed70066943a00ccd9bb77d (diff)
downloadportage-018e48ecc61c41fdc4ce09447e461c1c474b8857.tar.gz
portage-018e48ecc61c41fdc4ce09447e461c1c474b8857.tar.bz2
portage-018e48ecc61c41fdc4ce09447e461c1c474b8857.zip
dev-python/djangorestframework-guardian Add python 3.12 support
Diffstat (limited to 'dev-python/djangorestframework-guardian/djangorestframework-guardian-0.3.0.ebuild')
-rw-r--r--dev-python/djangorestframework-guardian/djangorestframework-guardian-0.3.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/djangorestframework-guardian/djangorestframework-guardian-0.3.0.ebuild b/dev-python/djangorestframework-guardian/djangorestframework-guardian-0.3.0.ebuild
index ea57d4a..bdfbe4e 100644
--- a/dev-python/djangorestframework-guardian/djangorestframework-guardian-0.3.0.ebuild
+++ b/dev-python/djangorestframework-guardian/djangorestframework-guardian-0.3.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1