Skip to content

Commit dd88876

Browse files
authored
Bump windows vm image. (#310)
Describe python2.7 is not supported.
1 parent 0b6a0b5 commit dd88876

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,9 @@ jobs:
8585
artifactName: tinyobjDeployMacOS
8686

8787
- job: windows
88-
pool: {vmImage: 'vs2017-win2016'}
88+
pool: {vmImage: 'windows-2019'}
8989
steps:
9090
- task: UsePythonVersion@0
91-
- script: choco install vcpython27 -f -y
92-
displayName: Install Visual C++ for Python 2.7
9391
- bash: |
9492
python -m pip install --upgrade pip
9593
pip install cibuildwheel

python/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,11 @@
33
`tinyobjloader` is a python wrapper for C++ wavefront .obj loader.
44
`tinyobjloader` is rather fast and feature rich than other pure python version of .obj loader.
55

6+
## Requirements
7+
8+
* python 3.x(3.6+ recommended)
9+
* python 2.7 may work, but not officially supported.
10+
611
## Install
712

813
You can install `tinyobjloader` with pip.

0 commit comments

Comments
 (0)