summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-07-28 17:44:46 +0200
committerMichał Górny <mgorny@gentoo.org>2023-07-28 17:58:23 +0200
commit64dc0bfbb20131788fff6a102ea06415c6610659 (patch)
tree1be48ea2f2f4ccfe6e9dedc5435b70ab5309b3af /dev-python/django-otp
parentsys-kernel/genkernel: add 4.3.6 (diff)
downloadgentoo-64dc0bfbb20131788fff6a102ea06415c6610659.tar.gz
gentoo-64dc0bfbb20131788fff6a102ea06415c6610659.tar.bz2
gentoo-64dc0bfbb20131788fff6a102ea06415c6610659.zip
dev-python/django-otp: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-otp')
-rw-r--r--dev-python/django-otp/django-otp-1.2.2.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-otp/django-otp-1.2.2.ebuild b/dev-python/django-otp/django-otp-1.2.2.ebuild
index fae3a5117ea5..a7fd6fe4a416 100644
--- a/dev-python/django-otp/django-otp-1.2.2.ebuild
+++ b/dev-python/django-otp/django-otp-1.2.2.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