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 123ce33 commit 0875ea7Copy full SHA for 0875ea7
.github/workflows/build-wheels-macosx.yml
@@ -24,7 +24,7 @@ jobs:
24
fail-fast: false
25
26
matrix:
27
- python-version: [ "3.6" "3.7" "3.8", "3.9","3.10" ]
+ python-version: [ "3.6", "3.7", "3.8", "3.9","3.10" ]
28
os: [macos-latest]
29
platform: [x86_64]
30
env:
0 commit comments