FreeSimpleGUIQt-v2.0.0
What's Changed
#57 Migrates to PySide6 from PySide2, which adds support for Python versions 3.11-3.13+ and drops support for Python<3.9
-- Users of Python3.8 or earlier will automatically continue to install version 1.x with PySide2.
Although this change has been tested as compatible with all the demo programs written against 1.x/PySide2, this is still signaled as a major version change.
Per #58 - despite its size, this is a small change is made to migrate code back to a single __init__.py
module -- this fixes a problem where changes to global state may not work as expected
Full Changelog: v5.1.1...qt-v2.0.0