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 50abee9 commit 8b28687Copy full SHA for 8b28687
.github/workflows/build-exiv2-wheels.yml
@@ -139,11 +139,10 @@ jobs:
139
EXIV2_ROOT=libexiv2/build-win-release/install
140
CIBW_ENVIRONMENT_PASS_LINUX: EXIV2_OPTIONS
141
CIBW_BUILD: "cp*"
142
- CIBW_SKIP: "*musllinux* cp36* cp37*"
+ CIBW_SKIP: "*musllinux*"
143
CIBW_TEST_COMMAND: >
144
python -m exiv2 -v &&
145
python -m unittest discover {project}/tests -v
146
- CIBW_TEST_SKIP: cp36-macosx_x86_64 cp37-macosx_x86_64
147
CIBW_BEFORE_ALL_LINUX: >
148
yum install -y --nogpgcheck zlib-devel expat-devel gettext-devel
149
libcurl-devel brotli-devel meson &&
0 commit comments