-
-
Notifications
You must be signed in to change notification settings - Fork 503
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Trac #30767: Update Python to 3.10.x
Python 3.10 was released 2021-10-04, the current version is 3.10.2, released 2022-01-14. Upstream PR: - python/cpython#30005 To test, use: {{{ ./configure --without-system-python3 --enable-download-from-upstream-url }}} Necessary changes to the library should go on #30766 (Support Python 3.10) Related: - [https://www.python.org/dev/peps/pep-0619/ PEP 619 -- Python 3.10 Release Schedule] - [https://docs.python.org/3.10/whatsnew/3.10.html What's new in Python 3.10] - #30766: Support Python 3.10 - #30589: Test ticket: Python 3.9.0 - #30384: Adopt the “time window-based” policy for support of Python versions from NEP 29 URL: https://trac.sagemath.org/30767 Reported by: slelievre Ticket author(s): Matthias Koeppe Reviewer(s): François Bissey
- Loading branch information
Showing
5 changed files
with
12 additions
and
43 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
tarball=Python-VERSION.tar.xz | ||
sha1=6274e5631c520d75bf1f0a046640fd3996fe99f0 | ||
md5=11d12076311563252a995201248d17e5 | ||
cksum=2273440860 | ||
sha1=e618946549cca1eb0d6d4cdf516003fec3975003 | ||
md5=14e8c22458ed7779a1957b26cde01db9 | ||
cksum=1118621485 | ||
upstream_url=https://www.python.org/ftp/python/VERSION/Python-VERSION.tar.xz |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.9.9 | ||
3.10.2 |
This file contains 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
This file was deleted.
Oops, something went wrong.
This file contains 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