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:
101
101
#
102
102
# This results in packaging versions up to 21.3 generating
103
103
# 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
105
105
# correct but prevents the resulting wheel from being installed on
106
106
# systems using packaging 21.3 or earlier (pip 22.3 or earlier).
107
107
#
108
108
# 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
110
110
# can therefore ignore the issue and generate the slightly
111
111
# incorrect tag.
112
112
You can’t perform that action at this time.
0 commit comments