Skip to content

Commit e1f0b12

Browse files
authored
Add Python 3.14 to workflow matrix
1 parent 371f5a4 commit e1f0b12

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/experimental_wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
fail-fast: false
4141
matrix:
4242
os: [ubuntu-latest, windows-latest, macos-latest, ubuntu-24.04-arm ]
43-
python_version: ['cp39-*', 'cp310-*', 'cp311-*', 'cp312-*', 'cp313-*']
43+
python_version: ['cp39-*', 'cp310-*', 'cp311-*', 'cp312-*', 'cp313-*', 'cp314-*']
4444

4545
steps:
4646
- uses: actions/download-artifact@v4
@@ -95,4 +95,4 @@ jobs:
9595
with:
9696
name: libSBML-combined
9797
path: dist
98-
98+

0 commit comments

Comments
 (0)