Skip to content

Commit 84db7e4

Browse files
committed
try cp313
1 parent 1b52e2c commit 84db7e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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: [cp38, cp39, cp310, cp311, cp312] # Define pybuilds at the top level
32+
pybuilds: [cp313] # 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)