Skip to content

Pesterchum Alt. Builds 2022-10-30

Compare
Choose a tag to compare
@Dpeta Dpeta released this 30 Oct 02:55
· 249 commits to main since this release
84f62a1

woo yeah woo yeah 2022-10-30_03-32

Main changes:

  • Certificate validation should work regardless of platform now. (certifi is included)
  • Added an extra connection check when system time suddenly changes. (for example, when coming out of hibernation)

See the CHANGELOG for a full writeup.

Which version to download

  • The Windows7+ build runs on Windows 7 and up.
    • Build with Python 3.8.15 and PyQt5 for compatibility, running the Windows10+ version is preferred.
  • The Windows10+ build runs on 64-bit Windows 10 and up. (so incl. Windows 11)
    • Build with Python 3.10.8 and PyQt6, which only supports 64-bit systems. If you're running 32-bit Windows 10 you'll have to run the Windows7+ version.
  • The macosx10.14+ build runs on macOS 10.14 (Mojave) and up.
    • Build with Python 3.10.8 and PyQt6.
  • The linux64-glibc2.31+ build should run on distros with glibc 2.31 and up. ( At least: Debian Bullseye, Ubuntu focal, etc. )
    • Build with Python 3.10.8 and PyQt6.
    • To run on a 32 bit distro, install your distro's equivalent of the python3-pyqt5 package and run from source, installing PyQt5 via pip is not supported on x86 architecture.