From 2dd411179e3dfab71229c30e3c7b059f36039666 Mon Sep 17 00:00:00 2001 From: Dmitry Volodin Date: Mon, 11 Dec 2023 17:19:35 +0100 Subject: [PATCH] Disable Py3.12 build for RHEL7 --- .github/workflows/package.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/package.yml b/.github/workflows/package.yml index a6085a4..5a89250 100644 --- a/.github/workflows/package.yml +++ b/.github/workflows/package.yml @@ -58,7 +58,7 @@ jobs: -w /workdir --user 0 quay.io/pypa/manylinux2014_${{ matrix.arch }}:latest - ./tools/build/build-many.sh 3.8 3.9 3.10 3.11 3.12 + ./tools/build/build-many.sh 3.8 3.9 3.10 3.11 - name: Save Artefacts uses: actions/upload-artifact@v3 @@ -100,7 +100,7 @@ jobs: --user 0 --platform ${{ matrix.platform }} quay.io/pypa/manylinux_2_24_${{ matrix.arch }}:latest - ./tools/build/build-many.sh 3.8 3.9 3.10 3.11 + ./tools/build/build-many.sh 3.8 3.9 3.10 3.11 3.12 - name: Save Artefacts uses: actions/upload-artifact@v3 @@ -171,7 +171,7 @@ jobs: uses: pypa/cibuildwheel@v2.11.2 env: SETUP_RUST_PLATFORM: ${{matrix.platform}}-${{matrix.arch}} - CIBW_BUILD: cp{38,39,310,311}-${{matrix.platform}}_${{matrix.arch}} + CIBW_BUILD: cp{38,39,310,311,312}-${{matrix.platform}}_${{matrix.arch}} CIBW_ARCHS: ${{matrix.arch}} CIBW_ENVIRONMENT: >- PATH=$HOME/.cargo/bin:$PATH