Skip to content

How to use manylinux_2_34? #2129

Answered by agarny
agarny asked this question in Q&A
Jan 15, 2025 · 3 comments · 5 replies
Discussion options

You must be logged in to vote

Ok, I hadn't thought of it, but I was using the following in my GitHub workflow:

- name: Build Python wheels
  uses: pypa/[email protected]
  env:
    CIBW_ARCHS: auto64
    CIBW_BUILD: 'cp*'
    CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=13.0
    CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_34
    CIBW_SKIP: 'cp36* cp37* cp38* *musllinux*'

and then wondered whether I could use the commit version that adds support for manyline_2_34, i.e.

- name: Build Python wheels
  uses: pypa/cibuildwheel@9c75ea15c2f31a77e6043b80b1b7081372319d85
  env:
    CIBW_ARCHS: auto64
    CIBW_BUILD: 'cp*'
    CIBW_ENVIRONMENT_MACOS: MACOSX_DEPLOYMENT_TARGET=13.0
    CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_34

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
4 replies
@joerick
Comment options

@agarny
Comment options

@henryiii
Comment options

@agarny
Comment options

Answer selected by agarny
Comment options

You must be logged in to vote
1 reply
@agarny
Comment options

Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
4 participants