Upgrade to Python Version 3.10#2715
Closed
SimonDamberg wants to merge 27 commits intopython-telegram-bot:v14from
SimonDamberg:3.10-upgrade
Closed
Upgrade to Python Version 3.10#2715SimonDamberg wants to merge 27 commits intopython-telegram-bot:v14from SimonDamberg:3.10-upgrade
SimonDamberg wants to merge 27 commits intopython-telegram-bot:v14from
SimonDamberg:3.10-upgrade
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>
Member
|
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? |
Member
|
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
Merged
Member
|
superseded by #2968 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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:: versionor.. deprecated:: versionto the docstrings for user facing changes (for methods/class descriptions, arguments and attributes)AUTHORS.rst(optional)