-
-
Notifications
You must be signed in to change notification settings - Fork 479
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
Update python3 to 3.10.8 #34271
Comments
New commits:
|
Author: Matthias Koeppe |
Commit: |
Branch pushed to git repo; I updated commit sha1. New commits:
|
This comment has been minimized.
This comment has been minimized.
comment:5
The aforementioned change in 3.10.7 breaks a couple of tests:
|
Dependencies: #34506 |
comment:7
I've opened the ticket #34506 because Sage will also be affected when system python 3.10.7 is in use |
comment:9
3.10.8 is out |
comment:13
Simple upgrade. LGTM. |
Reviewer: Kwankyu Lee |
This comment has been minimized.
This comment has been minimized.
comment:14
Thank you! |
Changed branch from u/mkoeppe/update_python3_to_3_10_6 to |
https://docs.python.org/3.10/whatsnew/changelog.html#changelog
However, 3.10.7 introduced a bizarre change in the name of security (https://docs.python.org/3.10/whatsnew/changelog.html#security) that limits the number of digits of integer that Python accepts when converting from
str
. https://docs.python.org/3.10/library/stdtypes.html#int-max-str-digits This was fixed in #34506.Depends on #34506
CC: @antonio-rojas @dimpase
Component: packages: standard
Author: Matthias Koeppe
Branch/Commit:
9bf562f
Reviewer: Kwankyu Lee
Issue created by migration from https://trac.sagemath.org/ticket/34271
The text was updated successfully, but these errors were encountered: