The versions used for Python and package dependencies should be consistent across platforms, such as between Pipfile and the macOS build scripts.
My recommendations:
- Python 3.8.6 (Python 3.9.0 is too new, given that it's the first release of 3.9)
- PyQt5 5.11.3 (the last version to include QtWeb* components on macOS)
The versions used for Python and package dependencies should be consistent across platforms, such as between Pipfile and the macOS build scripts.
My recommendations: