Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Force string comparison of platform_release
Ideally this would use 'platform_version >= 6.2' (Windows 7 is version 6.1) but that, and 'platform_release != 7', cause InvalidVersion errors with pip >= 24.1 (see pypa/packaging#774).
- Loading branch information