Skip to content

Commit

Permalink
fix: Unsupported platform tag macosx_14_0_arm64 (pypi#14700) (pypi#14702
Browse files Browse the repository at this point in the history
)

* fix: Unsupported platform tag macosx_14_0_arm64 (pypi#14700)

* fix: Unsupported platform tag macosx_14_0_arm64 (pypi#14700) - update test_legacy.py
  • Loading branch information
bsrdjan authored Oct 6, 2023
1 parent 9caddf1 commit 4ab1ee1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/forklift/test_legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -3140,7 +3140,7 @@ def test_upload_fails_with_invalid_filename(
"linux_x86_64",
"linux_x86_64.win32",
"macosx_9_2_x86_64",
"macosx_14_2_arm64",
"macosx_15_2_arm64",
"macosx_10_15_amd64",
],
)
Expand Down
1 change: 1 addition & 0 deletions warehouse/forklift/legacy.py
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@
"11",
"12",
"13",
"14",
}

# manylinux pep600 and musllinux pep656 are a little more complicated:
Expand Down

0 comments on commit 4ab1ee1

Please sign in to comment.