Skip to content

Commit 6634024

Browse files
committed
workflow: Start testing on Python 3.14
1 parent dc9d5bd commit 6634024

File tree

5 files changed

+6
-3
lines changed

5 files changed

+6
-3
lines changed

.devcontainer/tools.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ $(UV):
3232
endif
3333

3434
# The versions of Python we support
35-
PYXX_versions := 3.9 3.10 3.11 3.12 3.13
35+
PYXX_versions := 3.9 3.10 3.11 3.12 3.13 3.14
3636

3737
# Our default Python version
3838
PY_VERSION := 3.13

.github/workflows/lsp-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
strategy:
4747
fail-fast: false
4848
matrix:
49-
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
49+
python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"]
5050
os: [ubuntu-latest, windows-latest]
5151

5252
steps:

lib/esbonio/changes/1006.misc.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

lib/esbonio/changes/1007.misc.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
Update to pygls v2.0.0a4
2+
3+
Add support for Python 3.14

lib/esbonio/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ classifiers = [
2121
"Programming Language :: Python :: 3.11",
2222
"Programming Language :: Python :: 3.12",
2323
"Programming Language :: Python :: 3.13",
24+
"Programming Language :: Python :: 3.14",
2425
"Topic :: Documentation",
2526
"Topic :: Documentation :: Sphinx",
2627
]

0 commit comments

Comments
 (0)