commit: 011b6c55de94f8943a3f7e71a5eeb6e6d9f2e653 Author: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> AuthorDate: Thu Dec 5 13:08:48 2024 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Thu Dec 5 14:53:53 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=011b6c55
dev-python/jupyter-server-mathjax: enable py3.13 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> dev-python/jupyter-server-mathjax/jupyter-server-mathjax-0.2.6.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/jupyter-server-mathjax/jupyter-server-mathjax-0.2.6.ebuild b/dev-python/jupyter-server-mathjax/jupyter-server-mathjax-0.2.6.ebuild index 136177d52e9a..9db8cb6c25f1 100644 --- a/dev-python/jupyter-server-mathjax/jupyter-server-mathjax-0.2.6.ebuild +++ b/dev-python/jupyter-server-mathjax/jupyter-server-mathjax-0.2.6.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi