Revert "add python version 3.10 and 3.11 to matrix, unlock"
All checks were successful
Pytest / pytest (3.12) (push) Successful in 26s
Pytest / pytest (3.13) (push) Successful in 31s
Pytest / pytest (3.14) (push) Successful in 31s
Pytest / pytest (3.12) (pull_request) Successful in 26s
Pytest / pytest (3.13) (pull_request) Successful in 31s
Pytest / pytest (3.14) (pull_request) Successful in 31s

This reverts commit ca071a2e75.
This commit is contained in:
Justus Kuhlmann 2025-12-01 18:01:00 +01:00
commit f7179f934d
Signed by: jkuhl
GPG key ID: 00ED992DD79B85A6

View file

@ -12,8 +12,6 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: python-version:
- "3.10"
- "3.11"
- "3.12" - "3.12"
- "3.13" - "3.13"
- "3.14" - "3.14"
@ -32,6 +30,6 @@ jobs:
python-version: ${{ matrix.python-version }} python-version: ${{ matrix.python-version }}
enable-cache: true enable-cache: true
- name: Install corrlib - name: Install corrlib
run: uv sync --all-extras --dev --python ${{ matrix.python-version }} run: uv sync --locked --all-extras --dev --python ${{ matrix.python-version }}
- name: Run tests - name: Run tests
run: uv run pytest tests run: uv run pytest tests