We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 30bb108 + 4769e2b commit 691dcf9Copy full SHA for 691dcf9
1 file changed
.github/workflows/build-exiv2-wheels-prebuilt.yml
@@ -57,7 +57,7 @@ jobs:
57
CIBW_MANYLINUX_X86_64_IMAGE: manylinux_2_34
58
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux_2_34
59
CIBW_BUILD: "cp*"
60
- CIBW_SKIP: "*musllinux* cp314*"
+ CIBW_SKIP: "*musllinux*"
61
CIBW_BEFORE_ALL_MACOS: brew install inih
62
CIBW_TEST_COMMAND: >
63
python -m exiv2 -v &&
0 commit comments