commit: c5211f912de88f18304c126aee209f49a9a19061 Author: David Roman <davidroman96 <AT> gmail <DOT> com> AuthorDate: Fri Jan 2 11:05:20 2026 +0000 Commit: Florian Schmaus <flow <AT> gentoo <DOT> org> CommitDate: Fri Jan 2 11:05:20 2026 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c5211f91
dev-python/pygls: enable py3.14 Closes: https://github.com/gentoo/guru/pull/389 Signed-off-by: David Roman <davidroman96 <AT> gmail.com> dev-python/pygls/pygls-2.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pygls/pygls-2.0.0.ebuild b/dev-python/pygls/pygls-2.0.0.ebuild index 069c349d72..0bbec0b766 100644 --- a/dev-python/pygls/pygls-2.0.0.ebuild +++ b/dev-python/pygls/pygls-2.0.0.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=poetry -PYTHON_COMPAT=( python3_{11..13} ) +PYTHON_COMPAT=( python3_{11..14} ) inherit distutils-r1 optfeature
