Skip to content

Commit a408a90

Browse files
authored
Merge pull request #337 from PowerGridModel/feature/test-python3.14
add testing for python3.14
2 parents 4aca053 + c81ff03 commit a408a90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-test-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
matrix:
7171
os: [ubuntu-latest, macos-latest, windows-latest]
72-
python: ["3.11", "3.12", "3.13"]
72+
python: ["3.11", "3.12", "3.13", "3.14"]
7373
fail-fast: false
7474
runs-on: ${{ matrix.os }}
7575

@@ -100,7 +100,7 @@ jobs:
100100
strategy:
101101
matrix:
102102
os: [ubuntu-latest, macos-latest, windows-latest]
103-
python: ["3.11", "3.12", "3.13"]
103+
python: ["3.11", "3.12", "3.13", "3.14"]
104104
fail-fast: false
105105
runs-on: ${{ matrix.os }}
106106

0 commit comments

Comments
 (0)