Skip to content

Commit

Permalink
extend wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
rettinghaus committed Jan 20, 2024
1 parent fc23f03 commit 582b92c
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/python-ci-wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
architecture: [x86, x64]
architecture: [x86, x64, arm64]
include:
- os: macos-latest
architecture: x64
Expand All @@ -39,9 +39,16 @@ jobs:
- os: ubuntu-latest
architecture: x64
platform_id: manylinux_x86_64
- os: ubuntu-latest
architecture: aarch
platform_id: manylinux_aarch64
exclude:
- os: macos-latest
architecture: arm64
- os: macos-latest
architecture: x86
- os: windows-latest
architecture: arm64
- os: ubuntu-latest
architecture: x86

Expand Down

0 comments on commit 582b92c

Please sign in to comment.