We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b52e2c commit 84db7e4Copy full SHA for 84db7e4
1 file changed
.github/workflows/wheels.yml
@@ -29,7 +29,7 @@ jobs:
29
matrix:
30
os: [ubuntu-24.04, ubuntu-24.04-arm, macos-14, macos-13, windows-latest] # Use specific versions for clarity
31
arch: [x86_64, arm64]
32
- pybuilds: [cp38, cp39, cp310, cp311, cp312] # Define pybuilds at the top level
+ pybuilds: [cp313] # Define pybuilds at the top level
33
exclude:
34
- os: ubuntu-24.04-arm # No need to specify arch, it's already implicit
35
arch: x86_64 # Exclude x86_64 on ARM
0 commit comments