File tree Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Expand file tree Collapse file tree 1 file changed +21
-4
lines changed Original file line number Diff line number Diff line change 36
36
python : ' 3.10'
37
37
cibw_python : 310
38
38
platform_id : win_amd64
39
+ - os : windows-latest
40
+ python : ' 3.11'
41
+ cibw_python : 311
42
+ platform_id : win_amd64
39
43
40
44
# Linux 64-bit
41
45
- os : ubuntu-latest
@@ -80,18 +84,31 @@ jobs:
80
84
cibw_python : 310
81
85
arch : x86_64
82
86
platform_id : macosx_x86_64
87
+ - os : macos-latest
88
+ python : ' 3.11'
89
+ cibw_python : 311
90
+ arch : x86_64
91
+ platform_id : macosx_x86_64
83
92
84
93
# macOS on Apple M1 64-bit
85
94
# - os: macos-latest
86
- # python: 38
95
+ # python: '3.8'
96
+ # cibw_python: 38
97
+ # arch: arm64
98
+ # platform_id: macosx_arm64
99
+ # - os: macos-latest
100
+ # python: '3.9'
101
+ # cibw_python: 39
87
102
# arch: arm64
88
103
# platform_id: macosx_arm64
89
104
# - os: macos-latest
90
- # python: 39
105
+ # python: '3.10'
106
+ # cibw_python: 310
91
107
# arch: arm64
92
108
# platform_id: macosx_arm64
93
109
# - os: macos-latest
94
- # python: 310
110
+ # python: '3.11'
111
+ # cibw_python: 311
95
112
# arch: arm64
96
113
# platform_id: macosx_arm64
97
114
@@ -111,7 +128,7 @@ jobs:
111
128
uses : ilammy/msvc-dev-cmd@v1
112
129
113
130
- name : Install cibuildwheel
114
- run : python -m pip install cibuildwheel==2.12.0
131
+ run : python -m pip install cibuildwheel==2.12.1
115
132
116
133
- name : Get package name and version (Linux / Mac)
117
134
if : ${{ ! startsWith(matrix.os, 'windows-') }}
You can’t perform that action at this time.
0 commit comments