Skip to content

Commit 927dc2f

Browse files
committed
add back all the others
1 parent 4b24e6d commit 927dc2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
matrix:
3030
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-14, macos-13, windows-latest] # Use specific versions for clarity
3131
arch: [x86_64, arm64]
32-
pybuilds: [cp312] # Define pybuilds at the top level
32+
pybuilds: [cp38, cp39, cp310, cp311, cp312] # Define pybuilds at the top level
3333
exclude:
3434
- os: ubuntu-24.04-arm # No need to specify arch, it's already implicit
3535
arch: x86_64 # Exclude x86_64 on ARM

0 commit comments

Comments
 (0)