Skip to content

Commit cd5e4e0

Browse files
committed
ci: add Python 3.10 wheels
1 parent ec4779a commit cd5e4e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/wheel.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
- 'cp37-cp37m'
2121
- 'cp38-cp38'
2222
- 'cp39-cp39'
23+
- 'cp310-cp310'
2324
runs-on: 'ubuntu-20.04'
2425
steps:
2526
- uses: actions/checkout@v2
@@ -46,12 +47,15 @@ jobs:
4647
- 'cp37-*'
4748
- 'cp38-*'
4849
- 'cp39-*'
50+
- 'cp310-*'
4951
arch: ['x86_64']
5052
include:
5153
- py: 'cp38-*'
5254
arch: 'arm64'
5355
- py: 'cp39-*'
5456
arch: 'arm64'
57+
- py: 'cp310-*'
58+
arch: 'arm64'
5559
runs-on: 'macos-10.15'
5660
env:
5761
CIBW_ARCHS: ${{ matrix.arch }}
@@ -107,6 +111,7 @@ jobs:
107111
- '3.7'
108112
- '3.8'
109113
- '3.9'
114+
- '3.10'
110115
arch:
111116
- 'x86'
112117
- 'x64'

0 commit comments

Comments
 (0)