Skip to content

Commit 4197f50

Browse files
authored
Update Python version matrix in wheels.yml
Removed Python version 'cp38-*' from the workflow matrix.
1 parent e26024b commit 4197f50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
matrix:
3535
# macos-15-intel is an Intel runner, macos-14 is Apple silicon
3636
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-15-intel, macos-14]
37-
python_version: ['cp38-*', 'cp39-*', 'cp310-*', 'cp311-*', 'cp312-*', 'cp313-*', 'cp314-*']
37+
python_version: ['cp39-*', 'cp310-*', 'cp311-*', 'cp312-*', 'cp313-*', 'cp314-*']
3838

3939
steps:
4040
- uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)