Skip to content

Commit

Permalink
Disable Py3.12 build for RHEL7
Browse files Browse the repository at this point in the history
  • Loading branch information
dvolodin7 committed Dec 11, 2023
1 parent dd727f2 commit 2dd4111
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2dd4111

Please sign in to comment.