dev-python/jupyterlab-lsp: enable py3.14

Closes: https://bugs.gentoo.org/962735
Closes: https://bugs.gentoo.org/973859
Signed-off-by: Nowa Ammerlaan <nowa@gentoo.org>
This commit is contained in:
Nowa Ammerlaan
2026-07-17 20:51:03 +02:00
parent 5ddf89b243
commit df7099131d

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..13} )
PYTHON_COMPAT=( python3_{12..14} )
inherit distutils-r1 pypi