commit: 9344a81923a7eb16cf0948a63f53317e8993ecb7 Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Sun Jul 13 21:45:57 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Mon Jul 14 03:25:19 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9344a819
dev-libs/mathjax: version 2.x, enable py3.12, py3.13, py3.14 Bug: https://bugs.gentoo.org/952314 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> dev-libs/mathjax/mathjax-2.7.7-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/mathjax/mathjax-2.7.7-r1.ebuild b/dev-libs/mathjax/mathjax-2.7.7-r1.ebuild index 59adf1d6cea3..11e5a3faba3a 100644 --- a/dev-libs/mathjax/mathjax-2.7.7-r1.ebuild +++ b/dev-libs/mathjax/mathjax-2.7.7-r1.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{10..11} pypy3 ) +PYTHON_COMPAT=( python3_{11..14} pypy3 ) inherit python-any-r1 DOCS_COMMIT="9d711f40638202b02f2154d7f05ea35088ff9388"
