-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
Help typeshed add support for Python 3.13! #11990
Labels
help wanted
An actionable problem of low to medium complexity where a PR would be very welcome
Comments
AlexWaygood
added
the
help wanted
An actionable problem of low to medium complexity where a PR would be very welcome
label
May 20, 2024
(cc. @tonybaloney, if you still have folks looking for good sprint contributions!) |
benchatt
added a commit
to benchatt/typeshed
that referenced
this issue
May 23, 2024
benchatt
added a commit
to benchatt/typeshed
that referenced
this issue
May 23, 2024
benchatt
added a commit
to benchatt/typeshed
that referenced
this issue
May 23, 2024
benchatt
added a commit
to benchatt/typeshed
that referenced
this issue
May 23, 2024
benchatt
added a commit
to benchatt/typeshed
that referenced
this issue
May 23, 2024
benchatt
added a commit
to benchatt/typeshed
that referenced
this issue
May 23, 2024
AlexWaygood
changed the title
Help typeshed add support for Python 3.13 during the PyCon sprints!
Help typeshed add support for Python 3.13
Jun 4, 2024
AlexWaygood
changed the title
Help typeshed add support for Python 3.13
Help typeshed add support for Python 3.13!
Jun 4, 2024
(The PyCon sprints are over now, but this is still a great way to contribute, and we'll gladly accept PRs relating to it!) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
help wanted
An actionable problem of low to medium complexity where a PR would be very welcome
The Python 3.13 beta 1 has just been released, and there's a lot of functions and classes that are either new or changed in Python 3.13! This is a great way you could help contribute with typeshed during the PyCon sprints.
How to help? Follow these steps:
Clone typeshed and create a new branch
Remove one or more entries in the section immediately under this comment in this file:
typeshed/stdlib/@tests/stubtest_allowlists/py313.txt
Line 5 in f3ca300
(I probably wouldn't try removing too many at once)
If you have Python 3.13 available locally:
pip install -r requirements-tests.txt
pip install git+https://github.com/python/mypy@e8a26308d5d06925cf769b62f41ef2e4bc546ada
python tests/stubtest_stdlib.py
Otherwise:
Feel free to ping me, @JelleZijlstra or @hauntsaninja if you have any questions or difficulties! (We're all at the sprints!)
The text was updated successfully, but these errors were encountered: