aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyoyo <syoyo@lighttransport.com>2020-05-28 03:45:26 +0900
committerSyoyo <syoyo@lighttransport.com>2020-05-28 03:45:26 +0900
commitfb8e0317be4d4b27fa69240769a59db4be380058 (patch)
treef5f493069f08c6ac41f527a5ed20039fa8670151
parent60d0cdd52b099f9407cfc0b7f2f2a0548b9e4d44 (diff)
downloadtinyobjloader-fb8e0317be4d4b27fa69240769a59db4be380058.tar.gz
Disable pp36-win32
-rw-r--r--azure-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 6ab7bcf..f693a5e 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -1,7 +1,7 @@
variables:
# https://cibuildwheel.readthedocs.io/en/stable/cpp_standards/
# python2.7 + C++11(pybind11) is not available.
- CIBW_SKIP: "cp27-win* pp27-win32"
+ CIBW_SKIP: "cp27-win* pp27-win32 pp36-win32"
CIBW_BEFORE_BUILD: "pip install pybind11"
#CIBW_BEFORE_BUILD_MACOS: "pip install -U pip setuptools"
#CIBW_BEFORE_BUILD_LINUX: "pip install -U pip setuptools"