Description
Hello,
Currently investigating FreeSimpleGUI as PySimpleGUI drop-in replacement.
I build a couple of programs on intentionnaly old distributions (Debian 7 and RHEL 7) in order for Nuitka compiled versions to be downwards compatible with at least these systems (since the builds are glibc minimum version dependant).
While I did upgrade those distros to Python 3.7 without too much hassle, it's a real pain to get Python 3.8 to work on these because of OpenSSL bindings.
The same applies for Windows, where Python 3.7 is the last version supporting Vista.
I also make recent Python 3.11 builds of course, but I try to maintain as much backwards compatibility as possible, since my programs are industry oriented.
Since FreeSimpleGUI's future is supposed to be Python 3.8, I am not able to use it to maintain compatibility.
Would it be alot of work to keep FreeSimpleGUI Python 3.7+ compatible ?
Best regards.