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 63e6590 commit cbd8921Copy full SHA for cbd8921
.github/workflows/wheels.yml
@@ -12,7 +12,7 @@ env:
12
PIP_VERBOSE: 1
13
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python ninja && pip install -U numpy
14
CIBW_TEST_REQUIRES: pytest pandas maturin polars
15
- CIBW_SKIP: "pp*"
+ CIBW_SKIP: "pp* cp313t* cp314t*"
16
17
jobs:
18
build_linux_x86_64:
0 commit comments