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

Signed-off-by: Moritz Brunner <moritz.brunner+gentoo@posteo.de>
This commit is contained in:
Moritz Brunner
2026-07-02 15:16:54 +02:00
parent 8e97e504e6
commit 316903cde4

View File

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