Skip to content

2.0.1

Choose a tag to compare

@MHendricks MHendricks released this 29 Jan 01:03
· 2 commits to master since this release

Qt.py is now using PySide6 as its reference binding. It no longer supports PyQt4/PySide or python 3.6 and below. The minimum supported VFX Reference Platform version is CY2020 (Python 3.7 and Qt 5.13).

Note: the upcoming Qt.py 2.1 releases will change the minimum VFX Reference Platform to CY2021 (Python 3.7 and Qt 5.15) adding support for a few more common members.

What's Changed

  • Drop py2 support, convert to pyproject.toml and switch to src layout by @MHendricks in #447
  • Remove Docker and move to tox by @MHendricks in #449
  • Drop support for Qt 4 and python 3.6 and below by @MHendricks in #450
  • Enable building normalized wheel/sdists for new pypi requirements by @MHendricks in #453

Full Changelog: 1.4.8...2.0.1

Note: 2.0.1 is a minor release fixing pypi.org upload legacy issues.