Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb8e031

Browse files
committed
Disable pp36-win32
1 parent 60d0cdd commit fb8e031

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
variables:
22
# https://cibuildwheel.readthedocs.io/en/stable/cpp_standards/
33
# python2.7 + C++11(pybind11) is not available.
4-
CIBW_SKIP: "cp27-win* pp27-win32"
4+
CIBW_SKIP: "cp27-win* pp27-win32 pp36-win32"
55
CIBW_BEFORE_BUILD: "pip install pybind11"
66
#CIBW_BEFORE_BUILD_MACOS: "pip install -U pip setuptools"
77
#CIBW_BEFORE_BUILD_LINUX: "pip install -U pip setuptools"

0 commit comments

Comments
 (0)