-
-
Notifications
You must be signed in to change notification settings - Fork 523
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
Support Python 3.9 #30184
Comments
comment:1
Python 3.9.0.beta5, the last of five planned beta release previews, It would be nice to test and report any issues to the Python bug tracker. |
comment:2
I can't even get 3.8 to work (#27754). :( |
comment:3
Python 3.9.0 is almost ready, with 3.9.0rc1, |
This comment has been minimized.
This comment has been minimized.
Dependencies: #27754 |
This comment has been minimized.
This comment has been minimized.
comment:7
Python 3.9.0rc2 announced today on python-announce:
|
This comment has been minimized.
This comment has been minimized.
comment:9
With #30589 (Python 3.9.0rc2), the build goes smoothly up to here:
|
comment:11
There is little evidence that anyone but the author of |
Branch: u/mkoeppe/support_python_3_9 |
Commit: |
comment:14
Deprecation warnings in docbuild:
New commits:
|
comment:16
|
comment:17
Any warning-suppression specialists here? |
comment:18
Can you add to the relevant section of
|
comment:19
Thanks! |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:21
Replying to @mkoeppe:
This one also shows up on normal startup. Coming from here:
(Implementation of |
comment:22
Looks like we can simplify |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:54
Thanks! I marked it a blocker because we won't be able to release 9.2 before Python 3.9 is released and our new release would therefore already be outdated. |
comment:55
I've tested this with system Python 3.9.rc2 on Gentoo, and got
and also
|
Changed reviewer from John Palmieri to John Palmieri, Dima Pasechnik |
Branch pushed to git repo; I updated commit sha1. New commits:
|
comment:58
See comment 45. |
comment:59
Replying to @mkoeppe:
oops, sorry, I was somewhat late to the party. Another problem I'm investigating is that this upgrade seems to lead to zombie Maxima and ECL processes. |
comment:60
ok, good (Zombies have nothing to do with this update) |
comment:61
Thanks. |
Changed branch from u/mkoeppe/support_python_3_9 to |
comment:63
Replying to @kiwifb:
Should a follow-up ticket for each of these two issues be opened? Meta-ticket for all Python 3.9 issues? Too early for a ticket for Python 3.10 support? Python 3.10.0a1 is out: |
Changed commit from |
comment:64
Replying to @slel:
Yes please
I don't think this is necessary
Sure, please open a ticket |
comment:65
Follow-up tickets:
|
comment:66
you might have seen this: |
comment:67
From https://pybind11.readthedocs.io/en/latest/
should we hold off 3.9.0 (in spkg-configure.m4 of python3) ? |
comment:68
We can do the pybind11 upgrade |
We should support Python 3.9 (expected to be released 2020-10-05) in Sage 9.2.
The present ticket is for the patches necessary to support Python 3.9 in addition to 3.7 and 3.8.
It does not include the actual upgrade to Python 3.9 - to test, merge #30589.
Depends on #27754
Depends on #28012
Depends on #30590
Depends on #30053
Depends on #30595
Depends on #30576
Depends on #29500
Depends on #30546
CC: @antonio-rojas @embray @kiwifb @kliem @timokau @isuruf @jhpalmieri @mkoeppe @slel @tobihan @tscrim @jdemeyer @dimpase
Component: packages: standard
Keywords: upgrade, python
Author: Matthias Koeppe
Branch:
9d06080
Reviewer: John Palmieri, Dima Pasechnik
Issue created by migration from https://trac.sagemath.org/ticket/30184
The text was updated successfully, but these errors were encountered: