From df7099131d76f2b62e60265c4a9365f7f4f8b2a0 Mon Sep 17 00:00:00 2001 From: Nowa Ammerlaan Date: Fri, 17 Jul 2026 20:51:03 +0200 Subject: [PATCH] dev-python/jupyterlab-lsp: enable py3.14 Closes: https://bugs.gentoo.org/962735 Closes: https://bugs.gentoo.org/973859 Signed-off-by: Nowa Ammerlaan --- dev-python/jupyterlab-lsp/jupyterlab-lsp-5.3.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/jupyterlab-lsp/jupyterlab-lsp-5.3.0.ebuild b/dev-python/jupyterlab-lsp/jupyterlab-lsp-5.3.0.ebuild index e64a3020a439f..2664a54fe6b30 100644 --- a/dev-python/jupyterlab-lsp/jupyterlab-lsp-5.3.0.ebuild +++ b/dev-python/jupyterlab-lsp/jupyterlab-lsp-5.3.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{12..13} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit distutils-r1 pypi