commit: c624e88ca5fd2c2122a452c372854c6841643b20
Author: Julien Roy <julien <AT> jroy <DOT> ca>
AuthorDate: Tue May 14 15:32:50 2024 +0000
Commit: Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Tue May 14 15:32:58 2024 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c624e88c
dev-python/latexify-py: enable py3.12
Signed-off-by: Julien Roy <julien <AT> jroy.ca>
dev-python/latexify-py/latexify-py-0.4.3.1.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-python/latexify-py/latexify-py-0.4.3.1.ebuild
b/dev-python/latexify-py/latexify-py-0.4.3.1.ebuild
index 0233d970c2..4077604891 100644
--- a/dev-python/latexify-py/latexify-py-0.4.3.1.ebuild
+++ b/dev-python/latexify-py/latexify-py-0.4.3.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{10..11} pypy3 ) # upstream supports >=3.7 to <3.12
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
DISTUTILS_USE_PEP517=hatchling
inherit distutils-r1