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 ec4779a commit cd5e4e0Copy full SHA for cd5e4e0
.github/workflows/wheel.yml
@@ -20,6 +20,7 @@ jobs:
20
- 'cp37-cp37m'
21
- 'cp38-cp38'
22
- 'cp39-cp39'
23
+ - 'cp310-cp310'
24
runs-on: 'ubuntu-20.04'
25
steps:
26
- uses: actions/checkout@v2
@@ -46,12 +47,15 @@ jobs:
46
47
- 'cp37-*'
48
- 'cp38-*'
49
- 'cp39-*'
50
+ - 'cp310-*'
51
arch: ['x86_64']
52
include:
53
- py: 'cp38-*'
54
arch: 'arm64'
55
- py: 'cp39-*'
56
57
+ - py: 'cp310-*'
58
+ arch: 'arm64'
59
runs-on: 'macos-10.15'
60
env:
61
CIBW_ARCHS: ${{ matrix.arch }}
@@ -107,6 +111,7 @@ jobs:
107
111
- '3.7'
108
112
- '3.8'
109
113
- '3.9'
114
+ - '3.10'
110
115
arch:
116
- 'x86'
117
- 'x64'
0 commit comments