diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-17 13:05:13 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-17 14:35:17 +0200 |
commit | 6b0c0e28322276f035a8dc63a045b39ec97976b3 (patch) | |
tree | fd5e4ceca66c827c9c5ce15d5b436dd021f7d682 | |
parent | dev-python/pyarrow: Bump to 17.0.0 (diff) | |
download | gentoo-6b0c0e28322276f035a8dc63a045b39ec97976b3.tar.gz gentoo-6b0c0e28322276f035a8dc63a045b39ec97976b3.tar.bz2 gentoo-6b0c0e28322276f035a8dc63a045b39ec97976b3.zip |
dev-python/jupyterlab-server: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r-- | dev-python/jupyterlab-server/jupyterlab-server-2.27.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jupyterlab-server/jupyterlab-server-2.27.3.ebuild b/dev-python/jupyterlab-server/jupyterlab-server-2.27.3.ebuild index 065acd24571b..0b24f00e45da 100644 --- a/dev-python/jupyterlab-server/jupyterlab-server-2.27.3.ebuild +++ b/dev-python/jupyterlab-server/jupyterlab-server-2.27.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 |