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

Declare support for Python 3.13 #487

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Declare support for Python 3.13 #487

wants to merge 1 commit into from

Conversation

AlexWaygood
Copy link
Collaborator

No description provided.

Copy link

This change has no effect on typeshed. 🤖🎉

@JelleZijlstra
Copy link
Collaborator

  + /home/runner/work/flake8-pyi/flake8-pyi/pyi.py:1484: DeprecationWarning: Tuple.__init__ missing 1 required positional argument: 'ctx'. This will become an error in Python 3.15.

This will go away in the next beta. We could just add ctx=ast.Load() though to make things work now.

@AlexWaygood
Copy link
Collaborator Author

AlexWaygood commented May 10, 2024

I think I'm inclined to keep our code how it is and wait for the next beta (scheduled to arrive in just over two weeks, and I think Thomas might be planning to expedite it even more due to some bugfixes that didn't quite make it into beta1). I'll just keep this as a draft for now.

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.

None yet

2 participants