Skip to content

Commit

Permalink
Merge pull request #1943 from IntelPython/nightly-test-to-run-py313
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandr-pavlyk authored Dec 21, 2024
2 parents 25a961f + d07357a commit 678b4cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/run-tests-from-dppy-bits.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

strategy:
matrix:
python: ['3.9', '3.10', '3.11', '3.12']
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
experimental: [false]
runner: [ubuntu-22.04, ubuntu-24.04]
continue-on-error: ${{ matrix.experimental }}
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
shell: cmd /C CALL {0}
strategy:
matrix:
python: ['3.9', '3.10', '3.11', '3.12']
python: ['3.9', '3.10', '3.11', '3.12', '3.13']
experimental: [false]
runner: [windows-2019]

Expand Down

0 comments on commit 678b4cf

Please sign in to comment.