commit: 7dea817b0b6737cda5ea143031cf19a83ec29bfb
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 27 17:21:59 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 27 17:47:08 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7dea817b
dev-python/django-timezone-field: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/django-timezone-field/django-timezone-field-6.0.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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