Commit 0e231fd3 authored by Marius Gedminas's avatar Marius Gedminas Committed by GitHub

Merge pull request #122 from zopefoundation/macpython-3.6

Use Python 3.6.2 on MacOS
parents 98daec22 86b3113f
......@@ -70,7 +70,10 @@ jobs:
- name: Python 3.6 wheels for MacOS
os: osx
language: generic
env: TERRYFY_PYTHON='macpython 3.6.0'
# NB: 3.6.0 causes https://github.com/nedbat/coveragepy/issues/703
# NB: 3.6.1 had that ABI regression (fixed in 3.6.2) and would be a bad
# version to use
env: TERRYFY_PYTHON='macpython 3.6.2'
- name: Python 3.7 wheels for MacOS
os: osx
language: generic
......
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