diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-07-12 12:07:19 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-07-12 12:36:39 +0200 |
commit | 35132c3da7ecbba661f5c6597eb7a13d1dd54097 (patch) | |
tree | 2f5b4fa0d46f56496499ef66a11b4e432c06dd25 /dev-python | |
parent | dev-python/jupyterlab-widgets: Remove unnecessary BDEP on jupyterlab (diff) | |
download | gentoo-35132c3da7ecbba661f5c6597eb7a13d1dd54097.tar.gz gentoo-35132c3da7ecbba661f5c6597eb7a13d1dd54097.tar.bz2 gentoo-35132c3da7ecbba661f5c6597eb7a13d1dd54097.zip |
dev-python/jupyterlab-widgets: Enable py3.13
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/jupyterlab-widgets/jupyterlab-widgets-3.0.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/jupyterlab-widgets/jupyterlab-widgets-3.0.11.ebuild b/dev-python/jupyterlab-widgets/jupyterlab-widgets-3.0.11.ebuild index 2cee2a1be9a1..b67d02e57296 100644 --- a/dev-python/jupyterlab-widgets/jupyterlab-widgets-3.0.11.ebuild +++ b/dev-python/jupyterlab-widgets/jupyterlab-widgets-3.0.11.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=jupyter -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 pypi |