Skip to content

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