diff --git a/.github/workflows/python_test.yml b/.github/workflows/python_test.yml index 0cf4483..eb70e7b 100644 --- a/.github/workflows/python_test.yml +++ b/.github/workflows/python_test.yml @@ -15,7 +15,7 @@ jobs: strategy: fail-fast: false matrix: - python-version: ['3.8', '3.9', '3.10', '3.12', '3.13'] + python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13'] os: - macos - ubuntu @@ -44,6 +44,6 @@ jobs: - name: Install the project run: uv sync --dev - name: Run unit tests - run: uv run pytest tests -vv -s + run: uv run pytest tests -vv - name: Minimize uv cache run: uv cache prune --ci