From f7179f934d9a828482d00da8d6c1a77e676bfd58 Mon Sep 17 00:00:00 2001 From: Justus Kuhlmann Date: Mon, 1 Dec 2025 18:01:00 +0100 Subject: [PATCH] Revert "add python version 3.10 and 3.11 to matrix, unlock" This reverts commit ca071a2e75b821064ca35fd4c999743a941ee8f1. --- .github/workflows/pytest.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 69e3ce7..b5e9e65 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -12,8 +12,6 @@ jobs: strategy: matrix: python-version: - - "3.10" - - "3.11" - "3.12" - "3.13" - "3.14" @@ -32,6 +30,6 @@ jobs: python-version: ${{ matrix.python-version }} enable-cache: true - 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 run: uv run pytest tests