Skip to content

Commit ee80605

Browse files
committed
test up to py3.12 (onnxruntime and tf not available for py3.13)
1 parent e5deb74 commit ee80605

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
runs-on: ubuntu-latest
2727
strategy:
2828
matrix:
29-
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13']
29+
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
3030
steps:
3131
- uses: actions/checkout@v4
3232
- name: Install Conda environment with Micromamba
@@ -68,9 +68,9 @@ jobs:
6868
runs-on: ubuntu-latest
6969
strategy:
7070
matrix:
71-
python-version: ['3.8', '3.13']
71+
python-version: ['3.8', '3.12']
7272
include:
73-
- python-version: '3.13'
73+
- python-version: '3.12'
7474
is-dev-version: true
7575
steps:
7676
- uses: actions/checkout@v4
@@ -134,7 +134,7 @@ jobs:
134134
runs-on: ubuntu-latest
135135
strategy:
136136
matrix:
137-
python-version: ['3.8', '3.13']
137+
python-version: ['3.8', '3.12']
138138
steps:
139139
- uses: actions/checkout@v4
140140
- uses: mamba-org/setup-micromamba@v1
@@ -171,7 +171,7 @@ jobs:
171171
runs-on: ubuntu-latest
172172
strategy:
173173
matrix:
174-
python-version: ['3.9', '3.13']
174+
python-version: ['3.9', '3.12']
175175
steps:
176176
- uses: actions/checkout@v4
177177
- uses: mamba-org/setup-micromamba@v1

0 commit comments

Comments
 (0)