diff options
| author | Jason Madden <jamadden@gmail.com> | 2020-01-21 05:22:31 -0600 |
|---|---|---|
| committer | Jason Madden <jamadden@gmail.com> | 2020-01-21 05:22:31 -0600 |
| commit | 28a0aa0befd04aeba98918de35d54ba6c78086e9 (patch) | |
| tree | dc7afac161a0cd771500cfb0687158250aee8a27 | |
| parent | 360e44c1f50e19a313f19d533ed2d80fe2c21b1d (diff) | |
| download | zope-interface-mac-use-362.tar.gz | |
Use 3.6.2 on Travis.mac-use-362
3.6.0 encounters https://github.com/nedbat/coveragepy/issues/703
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 8312e95..7c596f1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 |
