Skip to content

Commit

Permalink
start small
Browse files Browse the repository at this point in the history
  • Loading branch information
skallweitNV committed Aug 19, 2024
1 parent d821e0d commit 9cd9573
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,13 @@ jobs:
matrix:
os: [windows, linux]
platform: [x86_64, aarch64]
python: [cp39, cp310, cp311, cp312]
python: [cp39] #, cp310, cp311, cp312]
exclude:
# Exclude aarch64 for windows/linux
- { os: windows, platform: aarch64 }
- { os: linux, platform: aarch64 }
# Exclude linux for now
- { os: linux, platform: x86_64 }
include:
# Specify runners
- { os: windows, runs-on: [windows-latest] }
Expand Down

0 comments on commit 9cd9573

Please sign in to comment.