Skip to content

Commit ef29708

Browse files
committed
allow uploads of wheels targeting macOS 26
1 parent 19e6128 commit ef29708

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

tests/unit/forklift/test_legacy.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2844,6 +2844,7 @@ def test_upload_attestation_fails_without_oidc_publisher(
28442844
"macosx_11_0_x86_64",
28452845
"macosx_10_15_arm64",
28462846
"macosx_11_10_universal2",
2847+
"macosx_26_0_arm64",
28472848
"ios_13_0_arm64_iphoneos",
28482849
"ios_13_0_arm64_iphonesimulator",
28492850
"ios_13_0_x86_64_iphonesimulator",
@@ -3410,6 +3411,7 @@ def test_upload_fails_with_invalid_filename(
34103411
"macosx_9_2_x86_64",
34113412
"macosx_16_2_arm64",
34123413
"macosx_10_15_amd64",
3414+
"macosx_27_0_arm64",
34133415
],
34143416
)
34153417
def test_upload_fails_with_unsupported_wheel_plat(

warehouse/forklift/legacy.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,7 @@
140140
"13",
141141
"14",
142142
"15",
143+
"26",
143144
}
144145

145146
_ios_platform_re = re.compile(

0 commit comments

Comments
 (0)