add python version 3.10 and 3.11 to matrix, unlock
This commit is contained in:
parent
205dd0fdad
commit
ca071a2e75
1 changed files with 3 additions and 1 deletions
4
.github/workflows/pytest.yaml
vendored
4
.github/workflows/pytest.yaml
vendored
|
|
@ -12,6 +12,8 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
python-version:
|
||||
- "3.10"
|
||||
- "3.11"
|
||||
- "3.12"
|
||||
- "3.13"
|
||||
- "3.14"
|
||||
|
|
@ -30,6 +32,6 @@ jobs:
|
|||
python-version: ${{ matrix.python-version }}
|
||||
enable-cache: true
|
||||
- name: Install corrlib
|
||||
run: uv sync --locked --all-extras --dev --python ${{ matrix.python-version }}
|
||||
run: uv sync --all-extras --dev --python ${{ matrix.python-version }}
|
||||
- name: Run tests
|
||||
run: uv run pytest tests
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue