Update to newest python versions

This commit is contained in:
Robin Dunn
2019-06-06 19:58:12 -07:00
parent 6c8707c799
commit 1b0e22b410

View File

@@ -6,16 +6,16 @@ jobs:
strategy:
matrix:
Python27:
python_version: '2.7.15'
python_pkg: 'python-2.7.15-macosx10.9.pkg'
python_version: '2.7.16'
python_pkg: 'python-2.7.16-macosx10.9.pkg'
python: 'python2.7'
Python36:
python_version: '3.6.6'
python_pkg: 'python-3.6.6-macosx10.9.pkg'
python_version: '3.6.8'
python_pkg: 'python-3.6.8-macosx10.9.pkg'
python: 'python3.6'
Python37:
python_version: '3.7.0'
python_pkg: 'python-3.7.0-macosx10.9.pkg'
python_version: '3.7.3'
python_pkg: 'python-3.7.3-macosx10.9.pkg'
python: 'python3.7'
maxParallel: 3
@@ -42,7 +42,7 @@ jobs:
- script: |
#sudo xcode-select -s /Applications/Xcode_9.4.1.app/Contents/Developer
#xcode-select -p
xcode-select --print-path
$PYTHON build.py --jobs=4 build_wx
displayName: 'build wxWidgets'