We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e7540a commit 2f906b2Copy full SHA for 2f906b2
.github/workflows/build.yml
@@ -43,7 +43,7 @@ jobs:
43
runs-on: ${{ matrix.platform.os }}
44
strategy:
45
matrix:
46
- py: [cp310, cp311, cp312, cp313]
+ py: [cp310, cp311, cp312]
47
platform:
48
- { arch: x86_64, os: windows-latest, wheel_tag: win_amd64 }
49
- { arch: x86_64, os: macos-13, wheel_tag: macosx_x86_64 }
0 commit comments