dev-python/pygls: enable py3.14

Closes: https://github.com/gentoo/guru/pull/389
Signed-off-by: David Roman <davidroman96@gmail.com>
This commit is contained in:
David Roman
2026-01-02 12:05:20 +01:00
parent 0e9369e8ef
commit c5211f912d

View File

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