fix: add python 3.14 support, adopt pygls >=2.0.0 api

This commit is contained in:
2026-03-14 23:56:20 +01:00
parent 3e5e86736c
commit 46bc1aaa84
10 changed files with 40 additions and 115 deletions

View File

@@ -1,5 +1,5 @@
[tox]
env_list = py{39,310,311,312,313}
env_list = py{39,310,311,312,313,314}
isolated_build = True
passenv = *
setenv =
@@ -12,6 +12,7 @@ python =
3.11: py311
3.12: py312
3.13: py313
3.14: py314
[testenv]
allowlist_externals =