Releases: kdeldycke/workflows
Releases · kdeldycke/workflows
v4.9.0
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
.
v4.8.4
v4.8.3
Changes
- Fix parsing of default timeout.
- Do not force encoding when running CLI in binary test job.
v4.8.2
v4.8.1
v4.8.0
v4.7.2
v4.7.1
Changes
- Fix upload to PyPi on release.
- Remove unused
uv_requirement_params
in metadata.
v4.7.0
Changes
- Remove
extra_python_params
variant innuitka_matrix
metadata. - Add official support of Python 3.13.
- Drop support for Python 3.9.
- Use
macos-15
instead ofmacos-14
to build binaries forarm64
. - Use
ubuntu-24.04
instead ofubuntu-22.04
to built binaries for Linux. - Run tests on Python 3.14-dev.