Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: correctly handle macOS versions older than 10.10
macOS versions older than 10.10 where not identified correctly. The problem here is that `'macosx-10.6-x86_64' < 'macosx-10.13'` returns False because the order is lexicographical and not numerical. Thanks to worldofpeace for the bug report #77
- Loading branch information