summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-28 17:52:29 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-28 17:58:26 +0200
commit124c2ed34cc7459d273f26e3916c6d8331dfcce1 (patch)
tree511e3f3de0c3a63090851a955169fcf7741d82c1
parentdev-python/django-cors-headers: Enable py3.12 (diff)
downloadgentoo-124c2ed34cc7459d273f26e3916c6d8331dfcce1.tar.gz
gentoo-124c2ed34cc7459d273f26e3916c6d8331dfcce1.tar.bz2
gentoo-124c2ed34cc7459d273f26e3916c6d8331dfcce1.zip
dev-python/django-js-asset: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/django-js-asset/django-js-asset-2.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-js-asset/django-js-asset-2.1.0.ebuild b/dev-python/django-js-asset/django-js-asset-2.1.0.ebuild
index 119d7ac8ef32..56c83a8ff25c 100644
--- a/dev-python/django-js-asset/django-js-asset-2.1.0.ebuild
+++ b/dev-python/django-js-asset/django-js-asset-2.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1 pypi