Skip to content

Commit

Permalink
64 bit
Browse files Browse the repository at this point in the history
  • Loading branch information
eloyfelix committed Oct 25, 2023
1 parent f834756 commit 7102a04
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,74 +43,94 @@ jobs:
include:
# Windows 64 bit
- os: windows-2019
bitness: 64
python: 38
platform_id: win_amd64
- os: windows-latest
bitness: 64
python: 39
platform_id: win_amd64
- os: windows-latest
bitness: 64
python: 310
platform_id: win_amd64
- os: windows-latest
bitness: 64
python: 311
platform_id: win_amd64
- os: windows-latest
bitness: 64
python: 312
platform_id: win_amd64

# Linux 64 bit manylinux2014
- os: ubuntu-latest
bitness: 64
python: 38
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
- os: ubuntu-latest
bitness: 64
python: 39
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
- os: ubuntu-latest
bitness: 64
python: 310
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
- os: ubuntu-latest
bitness: 64
python: 311
platform_id: manylinux_x86_64
manylinux_image: manylinux2014
- os: ubuntu-latest
bitness: 64
python: 312
platform_id: manylinux_x86_64
manylinux_image: manylinux2014

# MacOS x86_64
- os: macos-latest
bitness: 64
python: 38
platform_id: macosx_x86_64
- os: macos-latest
bitness: 64
python: 39
platform_id: macosx_x86_64
- os: macos-latest
bitness: 64
python: 310
platform_id: macosx_x86_64
- os: macos-latest
bitness: 64
python: 311
platform_id: macosx_x86_64
- os: macos-latest
bitness: 64
python: 312
platform_id: macosx_x86_64

# MacOS arm64
- os: macos-latest
bitness: 64
python: 38
platform_id: macosx_arm64
- os: macos-latest
bitness: 64
python: 39
platform_id: macosx_arm64
- os: macos-latest
bitness: 64
python: 310
platform_id: macosx_arm64
- os: macos-latest
bitness: 64
python: 311
platform_id: macosx_arm64
- os: macos-latest
bitness: 64
python: 312
platform_id: macosx_arm64

Expand Down

0 comments on commit 7102a04

Please sign in to comment.