| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -117,16 +117,16 @@ jobs: | |||
| 117 | 117 | name: Set up QEMU | |
| 118 | 118 | ||
| 119 | 119 | - name: Build wheels | |
| 120 | - uses: pypa/cibuildwheel@v3.0.1 | ||
| 120 | + uses: pypa/cibuildwheel@v3.1.3 | ||
| 121 | 121 | env: | |
| 122 | 122 | CIBW_ARCHS_LINUX: ${{ matrix.arch }} | |
| 123 | 123 | CIBW_ARCHS_MACOS: ${{ matrix.arch }} | |
| 124 | 124 | CIBW_TEST_REQUIRES: "pytest pytest-benchmark pytz" | |
| 125 | 125 | CIBW_TEST_COMMAND: "pytest {project}/tests" | |
| 126 | - CIBW_SKIP: "cp36* cp37* cp38* pp*" | ||
| 126 | + CIBW_SKIP: "cp38* pp*" | ||
| 127 | 127 | # Skip tests on emulated hardware, take too long or not supported | |
| 128 | 128 | CIBW_TEST_SKIP: "*-*linux_{aarch64,ppc64le} *-macosx_*:arm64" | |
| 129 | - CIBW_PRERELEASE_PYTHONS: True | ||
| 129 | + CIBW_ENABLE: cpython-prerelease | ||
| 130 | 130 | ||
| 131 | 131 | - name: Upload artifacts | |
| 132 | 132 | uses: actions/upload-artifact@v4 | |
| Back | FazBrowse Home | New Git URL |
0 commit comments