-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add support for the Arm architectures (#458)
Update Arch - Add support for 32bit arm - Add support for 64bit arm - Use strings for the defined Enums to simplify printing Update Platform - Add support for 32bit arm - Add support for 64bit arm - Use strings for the defined Enums to simplify printing Update EPDPlatform - Add support for arm64 - Add supprot for converting manylinux1 and manylinux2010 tags - Simplify several if..else blocks - Remove legacy property "short" Remove the legacy LegacyEPDPlatform object Replace hypothesis with parameterized in tests Update and augment tests
- Loading branch information
Showing
9 changed files
with
716 additions
and
797 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,3 +6,4 @@ testfixtures | |
hypothesis | ||
packaging >= 20.0 | ||
distro | ||
parameterized |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.