Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: updates should include universal2 Pythons #573

Merged
merged 2 commits into from
Feb 2, 2021

Conversation

henryiii
Copy link
Contributor

@henryiii henryiii commented Feb 1, 2021

Fixes issues seen in #572

Small cleanup tweaks to black and MyPy, to make running by hand a little easier.

Comment on lines 236 to 233
config_update = self.macos_9.update_version_macos(spec) or self.macos_6.update_version_macos(spec)
config_update = self.macos_x86_64.update_version_macos(identifier, spec)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is much faster, especially when adding a check for 11 first.

Copy link
Contributor

@joerick joerick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @henryiii - proof is in the runnin' i suppose but this looks okay to me 👍

bin/update_pythons.py Outdated Show resolved Hide resolved
@henryiii henryiii merged commit f953acc into pypa:master Feb 2, 2021
@henryiii henryiii deleted the fix/updates branch February 2, 2021 21:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants