Unverified Commit da36cd54 authored by Matthew Brett's avatar Matthew Brett Committed by GitHub
Browse files

Merge pull request #324 from dlech/patch-1

MRG: Updated Python versions

New version of Python 3.7, with no 10.6 installer.
parents 1a9ddbee 713c9479
......@@ -84,11 +84,6 @@ matrix:
env:
- MB_PYTHON_VERSION=3.6
- VENV=venv
- os: osx
env:
- MB_PYTHON_VERSION=3.7
- MB_PYTHON_OSX_VER=10.6
- VENV=venv
- os: osx
env:
- MB_PYTHON_VERSION=3.7
......
......@@ -11,13 +11,13 @@ MACPYTHON_PY_PREFIX=/Library/Frameworks/Python.framework/Versions
GET_PIP_URL=https://bootstrap.pypa.io/get-pip.py
WORKING_SDIR=working
# As of 7 Mar 2020 - latest Python of each version with binary download
# As of 10 Mar 2020 - latest Python of each version with binary download
# available.
# See: https://www.python.org/downloads/mac-osx/
LATEST_2p7=2.7.17
LATEST_3p5=3.5.4
LATEST_3p6=3.6.8
LATEST_3p7=3.7.6
LATEST_3p7=3.7.7
LATEST_3p8=3.8.2
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment