Skip to content

Commit 518b489

Browse files
authored
Add Python version 'cp314-*' to workflow matrix
1 parent 7da2f98 commit 518b489

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
fail-fast: false
3939
matrix:
4040
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, macos-13, macos-latest]
41-
python_version: ['cp39-*', 'cp310-*', 'cp311-*', 'cp312-*', 'cp313-*']
41+
python_version: ['cp39-*', 'cp310-*', 'cp311-*', 'cp312-*', 'cp313-*', 'cp314-*']
4242

4343
steps:
4444
- uses: seanmiddleditch/gha-setup-ninja@master

0 commit comments

Comments
 (0)