Skip to content

Commit a0419e7

Browse files
committed
Add 3.14 to run-tests-from-dppy-bits.yaml
1 parent 5c0e3cd commit a0419e7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests-from-dppy-bits.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727

2828
strategy:
2929
matrix:
30-
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
30+
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
3131
experimental: [false]
3232
runner: [ubuntu-22.04, ubuntu-24.04]
3333
continue-on-error: ${{ matrix.experimental }}
@@ -78,7 +78,7 @@ jobs:
7878
shell: cmd /C CALL {0}
7979
strategy:
8080
matrix:
81-
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
81+
python: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14']
8282
experimental: [false]
8383
runner: [windows-latest]
8484

0 commit comments

Comments
 (0)