diff options
author | 2024-12-05 14:02:45 +0100 | |
---|---|---|
committer | 2024-12-05 15:53:51 +0100 | |
commit | cc5fe5f71ea88dcfd15cef3c6d5c24db1d0719cb (patch) | |
tree | b9298d0d6a93a9be329439f9b6e18e0b7d28f048 /dev-python/jupyter-console | |
parent | dev-util/android-studio: drop 2024.2.1.10-r1 (diff) | |
download | gentoo-cc5fe5f71ea88dcfd15cef3c6d5c24db1d0719cb.tar.gz gentoo-cc5fe5f71ea88dcfd15cef3c6d5c24db1d0719cb.tar.bz2 gentoo-cc5fe5f71ea88dcfd15cef3c6d5c24db1d0719cb.zip |
dev-python/jupyter-console: enable py3.13
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
Diffstat (limited to 'dev-python/jupyter-console')
-rw-r--r-- | dev-python/jupyter-console/jupyter-console-6.6.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |