summaryrefslogtreecommitdiff
path: root/src/wheel/macosx_libfile.py
Commit message (Collapse)AuthorAgeFilesLines
* Adopted black and reformatted the codebase to matchAlex Grönholm2021-12-241-62/+103
|
* Upgraded to py3.7+ syntaxAlex Grönholm2021-12-221-3/+3
|
* Fix typo of comments (#404)Yusuke Hayashi2021-05-221-2/+2
|
* Don't use default macos/arm64 deployment target in calculating the platform ↵Ronald Oussoren2020-12-131-0/+14
| | | | | | | | tag for fat binaries (#390) The system compiler in Xcode 12 will not set the deployment target for arm64 below 11.0.0 (which is the first version of macOS supporting arm64). To allow building wheels that target an earlier version of macOS (by way of the x86_64 part of fat binaries) ignore the deployment target in the arm64 part of fat binaries when that's 11.0.0.
* Fixed error on Big Sur when deployment target = 11 (#386)Grzegorz Bokota2020-12-041-6/+10
| | | | | Fixes #385. Co-authored-by: FX Coudert <fxcoudert@gmail.com>
* Replaced pep425tags with packaging (#346)Matti Picus2020-04-071-0/+69
| | | The internal pep425tags module has been removed in favor of the "packaging" library.
* Migrated to the src layoutAlex Grönholm2020-01-221-0/+341
Fixes #37.