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

[mypyc] simplify check version test, update for py311 #13125

Merged
merged 1 commit into from
Jul 15, 2022

Conversation

hauntsaninja
Copy link
Collaborator

No description provided.

@hauntsaninja hauntsaninja changed the title [mypyc] update, simplify check version test [mypyc] simplify check version test, update for py311 Jul 15, 2022
@hauntsaninja hauntsaninja mentioned this pull request Jul 15, 2022
17 tasks
# We lie about the version we are running in tests if it is 3.5, so
# that hits a crash case.
if sys.version_info[:2] == (3, 10):
if sys.version_info[:2] == (3, 12):
Copy link
Member

Choose a reason for hiding this comment

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

lol, whoever adds support for 3.13 will like you

@hauntsaninja hauntsaninja merged commit 4479e0c into python:master Jul 15, 2022
@hauntsaninja hauntsaninja deleted the mypyc-checkver branch July 15, 2022 19:57
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.

2 participants