v5.1.0
What's Changed
- remove upgrade and user data collection code by @spyoungtech in #6
- add black, flake8, reorder imports to pre-commit by @spyoungtech in #7
- As of this release, Python versions 3.8 through 3.12 are officially supported (though earlier versions may technically still be compatible). EOL versions of Python (3.7 and earlier) will not be supported for Python version related issues. No efforts will be made in future releases to ensure compatibility with EOL Python versions. (previously, 3.6 was the lowest compatible version).
- The
fsgupgrade
command (akapsgupgrade
) was removed in #6 -- the only supported method for upgrading FreeSimpleGUI is via a package manager, likepip
.
Full Changelog: v5.0.0...v5.1.0