From c8037fb2370203c2b862557682d15cb95dd66837 Mon Sep 17 00:00:00 2001 From: Joe Rickerby Date: Tue, 10 Jul 2018 19:03:38 +0100 Subject: [PATCH] Update changelog --- README.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e230d1c4..c47df890 100644 --- a/README.md +++ b/README.md @@ -15,11 +15,13 @@ What does it do? | | macOS 10.6+ | manylinux i686 | manylinux x86_64 | Windows 32bit | Windows 64bit | |---|---|---|---|---|---| | Python 2.7 | ✅ | ✅ | ✅ | ✅ | ✅ | -| Python 3.3 | | | | ✅ | ✅ | +| Python 3.3 | | | | ⚠️ | ⚠️ | | Python 3.4 | ✅ | ✅ | ✅ | ✅ | ✅ | | Python 3.5 | ✅ | ✅ | ✅ | ✅ | ✅ | | Python 3.6 | ✅ | ✅ | ✅ | ✅ | ✅ | -| Python 3.7 | ✅ | ✅ | ✅ | | | +| Python 3.7 | ✅ | ✅ | ✅ | ✅ | ✅ | + +[⚠️=deprecated] - Builds manylinux, macOS and Windows (32 and 64bit) wheels using Travis CI and Appveyor - Bundles shared library dependencies on Linux and macOS through [auditwheel](https://github.com/pypa/auditwheel) and [delocate](https://github.com/matthew-brett/delocate) @@ -329,6 +331,12 @@ Since `cibuildwheel` runs the wheel through delocate or auditwheel, it will auto Changelog ========= +### 0.9.3 + +- 🛠 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 - 🛠 Update Python 3.7.0rc1 to 3.7.0 on macOS (#79)