Skip to content

Commit e4ef95d

Browse files
committed
GHA CI: Add python 3.15 to test matrix
1 parent 6f5afa2 commit e4ef95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
fail-fast: false
1717
matrix:
18-
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14-dev']
18+
python-version: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14', '3.15-dev']
1919
defaults:
2020
run:
2121
working-directory: nova3

0 commit comments

Comments
 (0)