Skip to content

Commit c2627e6

Browse files
committed
go to 2_34 manylinux image as theres no 2_32 image
1 parent 8eac2b7 commit c2627e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/wheels.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
- name: Build wheels
3939
env:
4040
CIBW_SKIP: pp*
41-
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_32"
42-
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_32"
41+
CIBW_MANYLINUX_X86_64_IMAGE: "manylinux_2_34"
42+
CIBW_MANYLINUX_AARCH64_IMAGE: "manylinux_2_34"
4343
CIBW_ARCHS: "native"
4444
CIBW_BEFORE_TEST: "pip install pydantic"
4545
CIBW_TEST_COMMAND: "python3 example/example.py"

0 commit comments

Comments
 (0)