We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8eac2b7 commit c2627e6Copy full SHA for c2627e6
.github/workflows/wheels.yml
@@ -38,8 +38,8 @@ jobs:
38
- name: Build wheels
39
env:
40
CIBW_SKIP: pp*
41
- CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_32"
42
- CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_32"
+ CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_34"
+ CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_34"
43
CIBW_ARCHS: "native"
44
CIBW_BEFORE_TEST: "pip install pydantic"
45
CIBW_TEST_COMMAND: "python3 example/example.py"
0 commit comments