We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b58c5e commit 8d2975fCopy full SHA for 8d2975f
1 file changed
.github/workflows/cibuildwheel.yml
@@ -37,7 +37,7 @@ jobs:
37
CIBW_MANYLINUX_I686_IMAGE: manylinux2014
38
CIBW_MANYLINUX_AARCH64_IMAGE: manylinux2014
39
CIBW_ARCHS_LINUX: auto aarch64
40
- CIBW_SKIP: "pp* *-win32 *-manylinux_i686 *musllinux*"
+ CIBW_SKIP: "cp36-* pp* *-win32 *-manylinux_i686 *musllinux*"
41
CIBW_BEFORE_BUILD_LINUX: yum install -y libunwind-devel elfutils-libelf-devel libdwarf-devel
42
CIBW_BEFORE_TEST: pip install -r test_requirements.txt
43
CIBW_TEST_COMMAND: cd {package} && pytest vmprof jitlog -vv
0 commit comments