summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2023-10-27 19:21:59 +0200
committerMichał Górny <mgorny@gentoo.org>2023-10-27 19:47:08 +0200
commit7dea817b0b6737cda5ea143031cf19a83ec29bfb (patch)
tree08f318c361e309b9cdbea4b5580bf3b589720a79 /dev-python/django-timezone-field
parentdev-python/django-timezone-field: Remove old (diff)
downloadgentoo-7dea817b0b6737cda5ea143031cf19a83ec29bfb.tar.gz
gentoo-7dea817b0b6737cda5ea143031cf19a83ec29bfb.tar.bz2
gentoo-7dea817b0b6737cda5ea143031cf19a83ec29bfb.zip
dev-python/django-timezone-field: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/django-timezone-field')
-rw-r--r--dev-python/django-timezone-field/django-timezone-field-6.0.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/django-timezone-field/django-timezone-field-6.0.1.ebuild b/dev-python/django-timezone-field/django-timezone-field-6.0.1.ebuild
index cc484c7ef9e9..f0dda80c16db 100644
--- a/dev-python/django-timezone-field/django-timezone-field-6.0.1.ebuild
+++ b/dev-python/django-timezone-field/django-timezone-field-6.0.1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=poetry
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1