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 2258d64 commit 0c4753aCopy full SHA for 0c4753a
.github/workflows/wheels.yml
@@ -105,6 +105,8 @@ jobs:
105
- cibw_build_frontend: pip
106
# TODO: Remove this plus installing build deps in cibw_before_build.sh
107
# and test deps in cibw_before_test.sh after pandas can be built with a released NumPy/Cython
108
+ - python: ["cp313", "3.13"]
109
+ cibw_build_frontend: 'pip; args: --no-build-isolation'
110
- python: ["cp313t", "3.13"]
111
cibw_build_frontend: 'pip; args: --no-build-isolation'
112
# TODO: Build free-threaded wheels for Windows
0 commit comments