pyqtdeploy v3.3.0 Released

14th November 2022

pyqtdeploy v3.3.0 has been released. This adds support for all current versions of Python including Python v3.11.0.

  • Added the --build-dir option to pyqtdeploy-sysroot.
  • Added the --jobs option to pyqtdeploy-sysroot for Linux and macOS.
  • Added the --jobs option to build-demo.py for Linux and macOS.
  • Component plugins are now verified in dependency order.
  • Added Component.get_versioned_file().
  • The SIP component version now refers to the version of SIP. The new abi_major_version is used to specify the major number of the ABI version to use.
  • Removed support for versions of SIP earlier than v6.2.
  • Added support for Python v3.11.0.
  • Added support for Python v3.10.5, v3.10.6, v3.10.7 and v3.10.8.
  • Added support for Python v3.9.13, v3.9.14 and v3.9.15.
  • Added support for Python v3.8.14 and v3.8.15.
  • Added support for Python v3.7.14 and v3.7.15.