diff --git a/.github/workflows/wheel.yaml b/.github/workflows/wheel.yaml index abe11d14..ed388583 100644 --- a/.github/workflows/wheel.yaml +++ b/.github/workflows/wheel.yaml @@ -23,8 +23,8 @@ jobs: os: [ubuntu-latest, ubuntu-22.04-arm, windows-latest, macos-13, macos-14] env: CIBW_TEST_COMMAND: python -c "import numcodecs" - CIBW_BUILD: "cp311-* cp312-* cp313-*" - CIBW_SKIP: "pp* *-musllinux_* *win32 *_i686 *_s390x" + CIBW_BUILD: "cp311-* cp312-* cp313-* cp314-*" + CIBW_SKIP: "*-musllinux_* *win32 *_i686 *_s390x" # note: CIBW_ENVIRONMENT is now set in pyproject.toml steps: @@ -33,7 +33,7 @@ jobs: submodules: true fetch-depth: 0 # required for version resolution for nightly wheels - - uses: pypa/cibuildwheel@v2.23.2 + - uses: pypa/cibuildwheel@v3.1.0 - uses: actions/upload-artifact@v4 with: