Skip to content

Commit 371f5a4

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
fail-fast: false
3434
matrix:
3535
os: [ubuntu-latest, windows-latest, macos-latest, ubuntu-24.04-arm]
36-
python_version: ['cp39-*', 'cp310-*', 'cp311-*', 'cp312-*', 'cp313-*']
36+
python_version: ['cp39-*', 'cp310-*', 'cp311-*', 'cp312-*', 'cp313-*', 'cp314-*']
3737

3838
steps:
3939
- uses: actions/download-artifact@v4
@@ -89,4 +89,4 @@ jobs:
8989
name: libSBML-combined
9090
path: dist
9191

92-
92+

0 commit comments

Comments
 (0)