Skip to content

Commit 678b4cf

Browse files
Merge pull request #1943 from IntelPython/nightly-test-to-run-py313
2 parents 25a961f + d07357a commit 678b4cf

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
@@ -24,7 +24,7 @@ jobs:
2424

2525
strategy:
2626
matrix:
27-
python: ['3.9', '3.10', '3.11', '3.12']
27+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
2828
experimental: [false]
2929
runner: [ubuntu-22.04, ubuntu-24.04]
3030
continue-on-error: ${{ matrix.experimental }}
@@ -75,7 +75,7 @@ jobs:
7575
shell: cmd /C CALL {0}
7676
strategy:
7777
matrix:
78-
python: ['3.9', '3.10', '3.11', '3.12']
78+
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
7979
experimental: [false]
8080
runner: [windows-2019]
8181

0 commit comments

Comments
 (0)