Skip to content

Remove Python 2 support

Pre-release
Pre-release
Compare
Choose a tag to compare
@graebm graebm released this 09 Sep 18:10
4e25d4a
  • 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.