From 7dea817b0b6737cda5ea143031cf19a83ec29bfb Mon Sep 17 00:00:00 2001 From: Michał Górny Date: Fri, 27 Oct 2023 19:21:59 +0200 Subject: dev-python/django-timezone-field: Enable py3.12 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/django-timezone-field/django-timezone-field-6.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dev-python/django-timezone-field') 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 -- cgit v1.2.3-65-gdbad