File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff 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 (
Original file line number Diff line number Diff line change 140140 "13" ,
141141 "14" ,
142142 "15" ,
143+ "26" ,
143144}
144145
145146_ios_platform_re = re .compile (
You can’t perform that action at this time.
0 commit comments