commit: b563e44fcde94b9a974c15adde40570ccb47ab1e Author: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> AuthorDate: Sun Jul 13 21:48:28 2025 +0000 Commit: Eli Schwartz <eschwartz <AT> gentoo <DOT> org> CommitDate: Mon Jul 14 03:25:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b563e44f
dev-libs/mathjax: enable py3.13, py3.14 Closes: https://bugs.gentoo.org/952314 Signed-off-by: Eli Schwartz <eschwartz <AT> gentoo.org> dev-libs/mathjax/mathjax-3.2.2-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/mathjax/mathjax-3.2.2-r2.ebuild b/dev-libs/mathjax/mathjax-3.2.2-r2.ebuild index edccb2d5ac04..27be541bfca1 100644 --- a/dev-libs/mathjax/mathjax-3.2.2-r2.ebuild +++ b/dev-libs/mathjax/mathjax-3.2.2-r2.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=8 -PYTHON_COMPAT=( python3_{10..12} pypy3 ) +PYTHON_COMPAT=( python3_{11..14} pypy3 ) inherit python-any-r1 # MathJax-docs doesn't have releases, so this is the commit that was
