Skip to content

Commit 8f17f55

Browse files
committed
show macOS 10.13 for macOS installer files for 3.13+
1 parent e6e6314 commit 8f17f55

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

add-to-pydotorg.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,12 @@ def get_file_descriptions(release):
147147
),
148148
(
149149
rx(r"-macos(x)?1[1-9](\.[0-9]*)?\.pkg$"),
150-
("macOS 64-bit universal2 installer", 2, True, "for macOS 10.9 and later"),
150+
(
151+
"macOS 64-bit universal2 installer",
152+
2,
153+
True,
154+
f"for macOS {'10.13' if v >= (3, 13) else '10.9'} and later",
155+
),
151156
),
152157
]
153158

0 commit comments

Comments
 (0)