commit: cc5fe5f71ea88dcfd15cef3c6d5c24db1d0719cb Author: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> AuthorDate: Thu Dec 5 13:02:45 2024 +0000 Commit: Nowa Ammerlaan <nowa <AT> gentoo <DOT> org> CommitDate: Thu Dec 5 14:53:51 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cc5fe5f7
dev-python/jupyter-console: enable py3.13 Signed-off-by: Nowa Ammerlaan <nowa <AT> gentoo.org> dev-python/jupyter-console/jupyter-console-6.6.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jupyter-console/jupyter-console-6.6.3.ebuild b/dev-python/jupyter-console/jupyter-console-6.6.3.ebuild index c718a5ec6798..2e4b56df4024 100644 --- a/dev-python/jupyter-console/jupyter-console-6.6.3.ebuild +++ b/dev-python/jupyter-console/jupyter-console-6.6.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) inherit distutils-r1 pypi