diff --git a/.github/workflows/test-and-build.yml b/.github/workflows/test-and-build.yml index 9f46973..dec2ddb 100644 --- a/.github/workflows/test-and-build.yml +++ b/.github/workflows/test-and-build.yml @@ -57,9 +57,15 @@ jobs: - os: ubuntu-latest arch: auto64 type: manylinux2014 - build: "cp311-* cp312-* cp313-*" + build: "cp{311,cp312,313}-*" CIBW_MANYLINUX_X86_64_IMAGE: manylinux2014 + - os: ubuntu-latest + arch: auto64 + type: manylinux_2_28 + build: "cp313-*" + CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_28 + - os: macos-latest arch: universal2 build: "cp{39,310,311,312,313}-*" @@ -72,7 +78,7 @@ jobs: - uses: actions/checkout@v4 - name: Build wheels and run tests - uses: pypa/cibuildwheel@v2.16.5 + uses: pypa/cibuildwheel@v2.21.3 env: CIBW_BUILD: ${{ matrix.build }} CIBW_MANYLINUX_X86_64_IMAGE: ${{ matrix.CIBW_MANYLINUX_X86_64_IMAGE }}