openlawlibrary / pygls

A pythonic generic language server
https://pygls.readthedocs.io/en/latest/
Apache License 2.0
546 stars 101 forks source link

ci: start testing against Python 3.13 #472

Open alcarney opened 1 month ago

alcarney commented 1 month ago

Description (e.g. "Related to ...", etc.)

Python 3.13 will be coming soon. Opening this PR to see what, if any impact 3.13 has on pygls.

We might also want to consider the free threaded version at some point?

Code review checklist (for code reviewer to complete)

Automated linters

You can run the lints that are run on CI locally with:

poetry install --all-extras --with dev
poetry run poe lint