- 🛠 Update to Python 3.6.6 on macOS (82) - ✨ Add support for building Python 3.7 wheels on Windows (76) - ⚠️ Deprecated support for Python 3.3 on Windows.
0.9.2
_1 July 2018_
- 🛠 Update Python 3.7.0rc1 to 3.7.0 on macOS (79)
0.9.1
_18 June 2018_
- 🛠 Removed the need to use `{python}` and `{pip}` in `CIBW_BEFORE_BUILD` statements, by ensuring the correct version is always on the path at `python` and `pip` instead. (60) - 🛠 We now patch the _ssl module on Python 3.4 and 3.5 so these versions can still make SSL web requests using TLS 1.2 while building. (71)
0.9.0
_18 June 2018_
- ✨ Add support for Python 3.7 (73)
0.8.0
_4 May 2018_
- ⚠️ Drop support for Python 3.3 on Linux (67) - 🐛 Fix TLS by updating setuptools (69)
0.7.1
_2 April 2017_
- 🐛 macOS: Fix Pip bugs resulting from PyPI TLS 1.2 enforcement - 🐛 macOS: Fix brew Python3 version problems in the CI