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

Add support for Python 3.13 #1056

Closed
chrisrink10 opened this issue Sep 18, 2024 · 0 comments · Fixed by #1057
Closed

Add support for Python 3.13 #1056

chrisrink10 opened this issue Sep 18, 2024 · 0 comments · Fixed by #1057
Labels
component:host Issues pertaining to the host VM (CPython, PyPy, etc.) issue-type:enhancement New feature or request

Comments

@chrisrink10
Copy link
Member

No description provided.

@chrisrink10 chrisrink10 added the issue-type:enhancement New feature or request label Sep 18, 2024
@chrisrink10 chrisrink10 added the component:host Issues pertaining to the host VM (CPython, PyPy, etc.) label Sep 19, 2024
chrisrink10 added a commit that referenced this issue Oct 15, 2024
Fixes #1056 

I ran [`pyupgrade --py39-plus`](https://github.com/asottile/pyupgrade)
on the entire source tree to convert from `typing.{List,Set,...}` to the
generic forms of the builtins (among other available upgrades).

Upgrading to 3.13 also surfaced #1088 which I filed to address
separately since this PR is already quite large.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component:host Issues pertaining to the host VM (CPython, PyPy, etc.) issue-type:enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant