add python version 3.10 and 3.11 to matrix
This commit is contained in:
parent
6f920e594e
commit
d63017d2c0
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:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
python-version:
|
python-version:
|
||||||
|
- "3.10"
|
||||||
|
- "3.11"
|
||||||
- "3.12"
|
- "3.12"
|
||||||
- "3.13"
|
- "3.13"
|
||||||
- "3.14"
|
- "3.14"
|
||||||
|
|
@ -30,6 +32,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 --locked --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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue