Skip to content

Commit c37c7fd

Browse files
committed
Test different Python versions in GitHub Actions
1 parent c17e657 commit c37c7fd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
fail-fast: false
99
matrix:
1010
os: [ubuntu-24.04, macos-14]
11+
python: [3.11, 3.12, 3.13, 3.14]
1112

1213
runs-on: ${{ matrix.os }}
1314

@@ -30,6 +31,9 @@ jobs:
3031
# vcpkg install tiff
3132

3233
- uses: astral-sh/setup-uv@v7
34+
with:
35+
python-version: ${{ matrix.python }}
36+
3337
- name: Install dependencies
3438
run: uv sync --all-extras
3539

0 commit comments

Comments
 (0)