FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Use cibuildwheel 3.1.3 · sysfce2/python-rapidjson@26af0df · GitHub

Commit 26af0df

Browse files
committed
Use cibuildwheel 3.1.3
1 parent fc69175 commit 26af0df

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

‎.github/workflows/main.yml‎

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,16 +117,16 @@ jobs:
117117
name: Set up QEMU
118118

119119
- name: Build wheels
120-
uses: pypa/cibuildwheel@v3.0.1
120+
uses: pypa/cibuildwheel@v3.1.3
121121
env:
122122
CIBW_ARCHS_LINUX: ${{ matrix.arch }}
123123
CIBW_ARCHS_MACOS: ${{ matrix.arch }}
124124
CIBW_TEST_REQUIRES: "pytest pytest-benchmark pytz"
125125
CIBW_TEST_COMMAND: "pytest {project}/tests"
126-
CIBW_SKIP: "cp36* cp37* cp38* pp*"
126+
CIBW_SKIP: "cp38* pp*"
127127
# Skip tests on emulated hardware, take too long or not supported
128128
CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le} *-macosx_*:arm64"
129-
CIBW_PRERELEASE_PYTHONS: True
129+
CIBW_ENABLE: cpython-prerelease
130130

131131
- name: Upload artifacts
132132
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL