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 891e97c commit 7874d92Copy full SHA for 7874d92
.github/workflows/build.yml
@@ -44,7 +44,7 @@ jobs:
44
runs-on: ${{ matrix.platform.os }}
45
strategy:
46
matrix:
47
- py: [cp310, cp311, cp312, cp313]
+ py: [cp310, cp311, cp312]
48
platform:
49
- { arch: x86_64, os: windows-latest, wheel_tag: win_amd64 }
50
- { arch: x86_64, os: macos-13, wheel_tag: macosx_x86_64 }
0 commit comments