Update changelog
This commit is contained in:
@@ -15,11 +15,13 @@ What does it do?
|
|||||||
| | macOS 10.6+ | manylinux i686 | manylinux x86_64 | Windows 32bit | Windows 64bit |
|
| | macOS 10.6+ | manylinux i686 | manylinux x86_64 | Windows 32bit | Windows 64bit |
|
||||||
|---|---|---|---|---|---|
|
|---|---|---|---|---|---|
|
||||||
| Python 2.7 | ✅ | ✅ | ✅ | ✅ | ✅ |
|
| Python 2.7 | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||||
| Python 3.3 | | | | ✅ | ✅ |
|
| Python 3.3 | | | | ⚠️ | ⚠️ |
|
||||||
| Python 3.4 | ✅ | ✅ | ✅ | ✅ | ✅ |
|
| Python 3.4 | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||||
| Python 3.5 | ✅ | ✅ | ✅ | ✅ | ✅ |
|
| Python 3.5 | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||||
| Python 3.6 | ✅ | ✅ | ✅ | ✅ | ✅ |
|
| Python 3.6 | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||||
| Python 3.7 | ✅ | ✅ | ✅ | | |
|
| Python 3.7 | ✅ | ✅ | ✅ | ✅ | ✅ |
|
||||||
|
|
||||||
|
<small>[⚠️=deprecated]</small>
|
||||||
|
|
||||||
- Builds manylinux, macOS and Windows (32 and 64bit) wheels using Travis CI and Appveyor
|
- 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)
|
- 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
|
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
|
### 0.9.2
|
||||||
|
|
||||||
- 🛠 Update Python 3.7.0rc1 to 3.7.0 on macOS (#79)
|
- 🛠 Update Python 3.7.0rc1 to 3.7.0 on macOS (#79)
|
||||||
|
|||||||
Reference in New Issue
Block a user