Thanks to visit codestin.com Credit goes to github.com
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 60d0cdd commit fb8e031Copy full SHA for fb8e031
azure-pipelines.yml
@@ -1,7 +1,7 @@
1
variables:
2
# https://cibuildwheel.readthedocs.io/en/stable/cpp_standards/
3
# python2.7 + C++11(pybind11) is not available.
4
- CIBW_SKIP: "cp27-win* pp27-win32"
+ CIBW_SKIP: "cp27-win* pp27-win32 pp36-win32"
5
CIBW_BEFORE_BUILD: "pip install pybind11"
6
#CIBW_BEFORE_BUILD_MACOS: "pip install -U pip setuptools"
7
#CIBW_BEFORE_BUILD_LINUX: "pip install -U pip setuptools"
0 commit comments