Remove Python 2 support
Pre-release
Pre-release
- MAJOR CHANGE: Remove support for Python 2, Python 2.7 was end of life Jan 1, 2020.
- MAJOR CHANGE: Stop releasing wheels for Python 3.4, which was end of life in 2019.
- BUGFIX: Fixed places where unicode strings were not properly passed to C.
- INTERNAL: Many C objects now use ref-counting under the hood. This does not affect the python API.