Skip to content

Commit

Permalink
Update build_wheels.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
borisbolliet authored Sep 30, 2024
1 parent a8c2d7b commit ac34120
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,12 +55,29 @@ jobs:
- os: ubuntu-latest
arch: aarch64
python-version: '3.9'
- os: ubuntu-latest
arch: aarch64
python-version: '3.10'
- os: ubuntu-latest
arch: aarch64
python-version: '3.11'
- os: ubuntu-latest
arch: aarch64
python-version: '3.12'
- os: macos-latest
arch: arm64
python-version: '3.9'
- os: macos-latest
arch: arm64
python-version: '3.10'
- os: macos-latest
arch: arm64
python-version: '3.11'
- os: macos-latest
arch: arm64
python-version: '3.12'



# # Specific inclusion for Windows x86 architecture
# - os: windows-latest
Expand Down

0 comments on commit ac34120

Please sign in to comment.