File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -101,12 +101,12 @@ def _get_macosx_platform_tag() -> str:
101101 #
102102 # This results in packaging versions up to 21.3 generating
103103 # platform tags like "macosx_10_16_x86_64" and later versions
104- # generating "macosx_11_0_x86_64". Using latter would be more
104+ # generating "macosx_11_0_x86_64". Using the latter would be more
105105 # correct but prevents the resulting wheel from being installed on
106106 # systems using packaging 21.3 or earlier (pip 22.3 or earlier).
107107 #
108108 # Fortunately packaging versions carrying the workaround still
109- # accepts "macosx_11_0_x86_64 " as a compatible platform tag. We
109+ # accepts "macosx_10_16_x86_64 " as a compatible platform tag. We
110110 # can therefore ignore the issue and generate the slightly
111111 # incorrect tag.
112112
You can’t perform that action at this time.
0 commit comments