commit: 78051b762f940e3cb12aa1b48599f5759f53b52d Author: Florian Schmaus <flow <AT> gentoo <DOT> org> AuthorDate: Mon Jun 3 17:53:56 2024 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Mon Jun 3 18:08:11 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78051b76
dev-tex/pythontex: enable py3.12 Closes: https://bugs.gentoo.org/929526 Signed-off-by: Florian Schmaus <flow <AT> gentoo.org> dev-tex/pythontex/pythontex-0.18.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-tex/pythontex/pythontex-0.18.ebuild b/dev-tex/pythontex/pythontex-0.18.ebuild index 6aefac7be42f..66b83175b3fa 100644 --- a/dev-tex/pythontex/pythontex-0.18.ebuild +++ b/dev-tex/pythontex/pythontex-0.18.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=7 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{9..12} ) inherit latex-package python-r1
