Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 21 additions & 4 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,10 @@ jobs:
python: '3.10'
cibw_python: 310
platform_id: win_amd64
- os: windows-latest
python: '3.11'
cibw_python: 311
platform_id: win_amd64

# Linux 64-bit
- os: ubuntu-latest
Expand Down Expand Up @@ -80,18 +84,31 @@ jobs:
cibw_python: 310
arch: x86_64
platform_id: macosx_x86_64
- os: macos-latest
python: '3.11'
cibw_python: 311
arch: x86_64
platform_id: macosx_x86_64

# macOS on Apple M1 64-bit
# - os: macos-latest
# python: 38
# python: '3.8'
# cibw_python: 38
# arch: arm64
# platform_id: macosx_arm64
# - os: macos-latest
# python: '3.9'
# cibw_python: 39
# arch: arm64
# platform_id: macosx_arm64
# - os: macos-latest
# python: 39
# python: '3.10'
# cibw_python: 310
# arch: arm64
# platform_id: macosx_arm64
# - os: macos-latest
# python: 310
# python: '3.11'
# cibw_python: 311
# arch: arm64
# platform_id: macosx_arm64

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

- name: Install cibuildwheel
run: python -m pip install cibuildwheel==2.12.0
run: python -m pip install cibuildwheel==2.12.1

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