Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix checkversion with dev-like PYQT_VERSION_STR
The latest arch linux update included for PyQt6 included a version string of the form '6.7.0.dev2404081550'. This crashed checkversion as it expects plain integers. We now limit the integer conversion to the first three parts of the split, which hopefully are always numbers.
- Loading branch information