commit: 33e4032ecc43fed60f5121448f124739444a776b
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Sat Apr 13 21:40:19 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Sat Apr 13 22:15:22 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=33e4032e
dev-python/django-widget-tweaks: enable py3.12
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/django-widget-tweaks/django-widget-tweaks-1.4.12.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/django-widget-tweaks/django-widget-tweaks-1.4.12.ebuild
b/dev-python/django-widget-tweaks/django-widget-tweaks-1.4.12.ebuild
index 2107541bbc..a1391fd0c6 100644
--- a/dev-python/django-widget-tweaks/django-widget-tweaks-1.4.12.ebuild
+++ b/dev-python/django-widget-tweaks/django-widget-tweaks-1.4.12.ebuild
@@ -1,9 +1,9 @@
-# Copyright 2022 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} )
+PYTHON_COMPAT=( python3_{10..12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1