Skip to content

Commit 9b89c11

Browse files
committed
Disable prerelease builds & update rapidjson
1 parent 828062b commit 9b89c11

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
CIBW_SKIP: "cp2* cp33* cp34* cp35* cp36* cp38* pp* cp310-manylinux_i686 cp311-manylinux_i686 cp312-manylinux_i686 *-musllinux_*"
128128
# Skip tests on emulated hardware, take too long or not supported
129129
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le} *-macosx_*:arm64"
130-
CIBW_ENABLE: cpython-prerelease
130+
# CIBW_ENABLE: cpython-prerelease
131131
CIBW_ENVIRONMENT: "PIP_ONLY_BINARY=numpy"
132132
# CIBW_BEFORE_BUILD: python -m pip install oldest-supported-numpy
133133
# CIBW_PRERELEASE_PYTHONS: True

0 commit comments

Comments
 (0)