Skip to content

Commit

Permalink
Merge pull request #152 from zopefoundation/mac-use-362
Browse files Browse the repository at this point in the history
Use 3.6.2 on Travis.
  • Loading branch information
jamadden authored Jan 21, 2020
2 parents 360e44c + 28a0aa0 commit e8e5c12
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,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
Expand Down

0 comments on commit e8e5c12

Please sign in to comment.