For those Windows7 users who want to
try to upgrade to 4.2.0~4.2.1, try running Electrum directly from source.
The minimum python version is python v3.8 that's still supported by Windows7, only the bundled python dll to the Windows binaries (
exe files) are python v3.9
Follow this guide to be able to run Electrum from source on Windows:
/index.php?topic=5224252.msg53806954But it needs an additional step because that was for old version of Electrum: now, it requires to build "
libsecp256k1-0.dll" using "
make_libsecp256k1.sh" in 'contrib' folder, however the script wont work on Windows.
There's a pre-compiled 64-bit 'libsecp256k1-0.dll' file provided by SomberNight here:
github.com/spesmilo/electrum/issues/5976, but please read his reply first.
Extract it, then paste the file 'libsecp256k1-0.dll' in 'electrum' folder inside 'electrum-master'.
Disclaimer: I don't have a Win7 PC but I've tried running Electrum v4.2.1 with python 3.8 and it still works so it might work on Windows7.