-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Upgrade to Python Version 3.10 #2715
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
Conversation
Co-authored-by: Bibo-Joshi <22366557+Bibo-Joshi@users.noreply.github.com>
Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
Co-authored-by: Bibo-Joshi <22366557+Bibo-Joshi@users.noreply.github.com>
Signed-off-by: starry69 <starry369126@outlook.com> Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
Co-authored-by: Hinrich Mahler <22366557+Bibo-Joshi@users.noreply.github.com>
Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com>
Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com>
Co-authored-by: Harshil <37377066+harshil21@users.noreply.github.com> Co-authored-by: poolitzer <25934244+Poolitzer@users.noreply.github.com>
Hi Simon, As you can see, the tests failed on python 3.10. Can you check why they failed by running the tests locally, and maybe fix the issues concerned? |
Hi. The py3.10 tests are failing due to something in the vendored urllib3. as we're going to drop that library anyway once we switch to asyncio (see #2352, this is the next big item on the todo list), it's probably not worth trying to work around this right now. |
5c26c91
to
74c4270
Compare
74c4270
to
65f3599
Compare
superseded by #2968 |
I have added Python version 3.10. I'm not quite sure how to update the badge in README, but if I understand it correctly it will update itself since it is automatically generated.
Closes #2713
Checklist for PRs
.. versionadded:: version
,.. versionchanged:: version
or.. deprecated:: version
to the docstrings for user facing changes (for methods/class descriptions, arguments and attributes)AUTHORS.rst
(optional)