Skip to content

Commit 9b4c6d2

Browse files
authored
Add wheels for MacOs / Python3.10
1 parent 6e0cda4 commit 9b4c6d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/releasebuild.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
strategy:
111111
fail-fast: false
112112
matrix:
113-
python_tag: ["cp37-*", "cp38-*", "cp39-*"]
113+
python_tag: ["cp37-*", "cp38-*", "cp39-*", "cp310-*"]
114114
os: [macos-latest]
115115
env:
116116
CIBW_BUILD: ${{matrix.python_tag}}
@@ -139,7 +139,7 @@ jobs:
139139
strategy:
140140
fail-fast: false
141141
matrix:
142-
python_tag: ["cp38-*", "cp39-*"]
142+
python_tag: ["cp38-*", "cp39-*", "cp310-*"]
143143
env:
144144
CIBW_BUILD: ${{matrix.python_tag}}
145145
CIBW_ARCHS_MACOS: "universal2 arm64"

0 commit comments

Comments
 (0)