Skip to content

Commit 0875ea7

Browse files
author
Jeff Whitaker
committed
fix typo
1 parent 123ce33 commit 0875ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-wheels-macosx.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fail-fast: false
2525

2626
matrix:
27-
python-version: [ "3.6" "3.7" "3.8", "3.9","3.10" ]
27+
python-version: [ "3.6", "3.7", "3.8", "3.9","3.10" ]
2828
os: [macos-latest]
2929
platform: [x86_64]
3030
env:

0 commit comments

Comments
 (0)