Skip to content

Commit b1e0358

Browse files
committed
fix(workflow): correct python version matrix in run-all-tests.yml
1 parent faa6f61 commit b1e0358

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/run-all-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
matrix:
12-
python-version: ['3.12', '3.13', 3.14-dev]
12+
python-version: ['3.12', '3.13', '3.14', '3.15-dev']
1313

1414
steps:
1515
- uses: actions/checkout@v7

0 commit comments

Comments
 (0)