set python version to 3.12
Some checks failed
Pytest / pytest (3.12) (push) Successful in 49s
Pytest / pytest (3.13) (push) Successful in 48s
Pytest / pytest (3.14) (push) Successful in 49s
Ruff / ruff (push) Failing after 33s

This commit is contained in:
Justus Kuhlmann 2025-12-02 10:42:43 +01:00
commit 4447b2ebe6
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -25,6 +25,6 @@ jobs:
with:
enable-cache: true
- name: Install corrlib
run: uv sync --locked --all-extras --dev --python ${{ matrix.python-version }}
run: uv sync --locked --all-extras --dev --python "3.12"
- name: Run tests
run: uv run ruff check corrlib