use python 3.12 for mypy and ruff

This commit is contained in:
Justus Kuhlmann 2026-03-20 15:56:31 +01:00
commit 0c01d18ecb
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6
2 changed files with 2 additions and 2 deletions

View file

@ -22,7 +22,7 @@ jobs:
- name: Setup python
uses: https://github.com/actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: "3.12"
- name: Install uv
uses: https://github.com/astral-sh/setup-uv@v5
- name: Install corrlib

View file

@ -23,7 +23,7 @@ jobs:
- name: Setup python
uses: https://github.com/actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
python-version: "3.12"
- name: Install uv
uses: https://github.com/astral-sh/setup-uv@v5
- name: Install corrlib