We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b393e8 commit e26024bCopy full SHA for e26024b
1 file changed
.github/workflows/wheels.yml
@@ -34,7 +34,7 @@ jobs:
34
matrix:
35
# macos-15-intel is an Intel runner, macos-14 is Apple silicon
36
os: [ubuntu-latest, ubuntu-24.04-arm, windows-latest, windows-11-arm, macos-15-intel, macos-14]
37
- python_version: ['cp39-*', 'cp310-*', 'cp311-*', 'cp312-*', 'cp313-*', 'cp314-*']
+ python_version: ['cp38-*', 'cp39-*', 'cp310-*', 'cp311-*', 'cp312-*', 'cp313-*', 'cp314-*']
38
39
steps:
40
- uses: actions/download-artifact@v4
0 commit comments