Changes
- Use
uv
instead ofsetup-python
action to install Python. On all platforms butwindows-2019
. - Remove auto-generated dummy
pyproject.toml
used to hacksetup-python
caching. - Run all jobs on Python 3.13.
- Move coverage configuration to pytest invocation.
- Do not let
uv sync
operation update theuv.lock
file. - Depends on released version of
mdformat_deflist
.