Skip to content

Commit 64894ba

Browse files
committed
CI: drop 3.13 for self-tests (ndonnx does not build)
1 parent a49ad3f commit 64894ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
strategy:
77
matrix:
8-
python-version: ['3.11', '3.12', '3.13']
8+
python-version: ['3.11', '3.12']
99
numpy-version: ['1.26', 'latest', 'dev']
1010
exclude:
1111
- python-version: '3.13'

0 commit comments

Comments
 (0)