Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
henryiii authored Oct 26, 2023
1 parent 48df44d commit 8557206
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/update_pythons.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ def update_version_macos(
unsorted_versions = spec.filter(self.versions_dict)
sorted_versions = sorted(unsorted_versions, reverse=True)

macver = "10.9" if version <= Version("3.8.9999") else "11"
macver = "x10.9" if version <= Version("3.8.9999") else "11"
file_ident = f"macosx{macver}.pkg"

for new_version in sorted_versions:
Expand Down

0 comments on commit 8557206

Please sign in to comment.