Skip to content

Commit 466e33b

Browse files
authored
Added python311 (#445)
1 parent 3ae3b11 commit 466e33b

File tree

1 file changed

+21
-4
lines changed

1 file changed

+21
-4
lines changed

.github/workflows/wheels.yml

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ jobs:
3636
python: '3.10'
3737
cibw_python: 310
3838
platform_id: win_amd64
39+
- os: windows-latest
40+
python: '3.11'
41+
cibw_python: 311
42+
platform_id: win_amd64
3943

4044
# Linux 64-bit
4145
- os: ubuntu-latest
@@ -80,18 +84,31 @@ jobs:
8084
cibw_python: 310
8185
arch: x86_64
8286
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
8392

8493
# macOS on Apple M1 64-bit
8594
# - 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
87102
# arch: arm64
88103
# platform_id: macosx_arm64
89104
# - os: macos-latest
90-
# python: 39
105+
# python: '3.10'
106+
# cibw_python: 310
91107
# arch: arm64
92108
# platform_id: macosx_arm64
93109
# - os: macos-latest
94-
# python: 310
110+
# python: '3.11'
111+
# cibw_python: 311
95112
# arch: arm64
96113
# platform_id: macosx_arm64
97114

@@ -111,7 +128,7 @@ jobs:
111128
uses: ilammy/msvc-dev-cmd@v1
112129

113130
- name: Install cibuildwheel
114-
run: python -m pip install cibuildwheel==2.12.0
131+
run: python -m pip install cibuildwheel==2.12.1
115132

116133
- name: Get package name and version (Linux / Mac)
117134
if: ${{ ! startsWith(matrix.os, 'windows-') }}

0 commit comments

Comments
 (0)