Skip to content

Commit cbd8921

Browse files
committed
.github: skip 3.13t and 3.14t
1 parent 63e6590 commit cbd8921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ env:
1212
PIP_VERBOSE: 1
1313
CIBW_BEFORE_BUILD: pip install -U setuptools Cython wheel meson-python ninja && pip install -U numpy
1414
CIBW_TEST_REQUIRES: pytest pandas maturin polars
15-
CIBW_SKIP: "pp*"
15+
CIBW_SKIP: "pp* cp313t* cp314t*"
1616

1717
jobs:
1818
build_linux_x86_64:

0 commit comments

Comments
 (0)