Skip to content

Commit 569377c

Browse files
committed
add more python versions to tests
1 parent c117cae commit 569377c

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/tests.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,13 @@ jobs:
5555
run: ctest -C ${{ matrix.build_type }} --output-on-failure
5656

5757
Python:
58-
name: Python ${{ matrix.os }}
58+
name: Python ${{ matrix.python-versions }} ${{ matrix.os }}
5959
runs-on: ${{ matrix.os }}
6060
strategy:
6161
fail-fast: false
6262
matrix:
6363
os: [ubuntu-latest, windows-latest]
64+
python-versions: ['3.10', '3.11', '3.12', '3.13']
6465

6566
steps:
6667
- name: Checkout
@@ -72,7 +73,7 @@ jobs:
7273
- name: Setup Python Environment
7374
uses: ./.github/actions/setup-python-env
7475
with:
75-
python-version: '3.12'
76+
python-version: ${{ matrix.python-versions }}
7677

7778
- name: Install Bindings
7879
shell: bash

0 commit comments

Comments
 (0)