aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyoyo Fujita <syoyo@lighttransport.com>2021-06-10 01:49:01 +0900
committerGitHub <noreply@github.com>2021-06-10 01:49:01 +0900
commitdd88876017100fc3f10b994f5189c350cc087d93 (patch)
tree6f8aadcf162e7852899d27f28d7bcae3eb49de3f
parent0b6a0b5fc0d39f36a69a82d29383cf1bda88e999 (diff)
downloadtinyobjloader-dd88876017100fc3f10b994f5189c350cc087d93.tar.gz
Bump windows vm image. (#310)
Describe python2.7 is not supported.
-rw-r--r--azure-pipelines.yml4
-rw-r--r--python/README.md5
2 files changed, 6 insertions, 3 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 9463f4c..0e835ae 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -85,11 +85,9 @@ jobs:
artifactName: tinyobjDeployMacOS
- job: windows
- pool: {vmImage: 'vs2017-win2016'}
+ pool: {vmImage: 'windows-2019'}
steps:
- task: UsePythonVersion@0
- - script: choco install vcpython27 -f -y
- displayName: Install Visual C++ for Python 2.7
- bash: |
python -m pip install --upgrade pip
pip install cibuildwheel
diff --git a/python/README.md b/python/README.md
index cd1e24d..b6e2872 100644
--- a/python/README.md
+++ b/python/README.md
@@ -3,6 +3,11 @@
`tinyobjloader` is a python wrapper for C++ wavefront .obj loader.
`tinyobjloader` is rather fast and feature rich than other pure python version of .obj loader.
+## Requirements
+
+* python 3.x(3.6+ recommended)
+ * python 2.7 may work, but not officially supported.
+
## Install
You can install `tinyobjloader` with pip.