Skip to content

Commit

Permalink
Skip Manylinux 2010 on Python 3.12 too
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Oct 19, 2023
1 parent 875ec94 commit 11830f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manylinux_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Build manylinux2010 Python wheels 🎡
uses: RalfG/python-wheels-manylinux-build@v0.7.1-manylinux2010_x86_64
if: ${{ matrix.config.python-version != '3.11' }}
if: ${{ matrix.config.python-version != '3.11' }} or ${{matrix.config.python-version != '3.12' }}
with:
python-versions: '${{ matrix.config.tag }}'
package-path: ''
Expand Down

0 comments on commit 11830f2

Please sign in to comment.