-
-
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
tox.ini: debian-bullseye, -sid have Python3.8 instead of 3.7 #29851
Comments
comment:2
Also, see the flag IGNORE_MISSING_SYSTEM_PACKAGES in tox.ini, which we use both for too old versions of the distribution that don't have all packages, and for too new versions of the distribution, such as |
Commit: |
New commits:
|
Author: Matthias Koeppe |
Reviewer: Jonathan Kliem |
comment:7
I already noticed the problem. So what this does it just make the workflow go through, even though it coulnd't install python3.7. It will later find out that no suitable python can be found and install python3.7 for sage. |
comment:8
That's right. Best we can do before we get to Python 3.8 compatibility in #27754, which seems to have stalled |
comment:10
Thanks! |
Changed branch from u/mkoeppe/tox_ini__debian_bullseye___sid_have_python3_8_instead_of_3_7 to |
As per the wiki, running
Generates a Dockerfile, but running the dockerfile fails because Debian (at least) comes with Python3.8, not 3.7. This can be fixed by changing the file build/pkgs/python3/distros/debian.txt, but I don't know if that will have unexpected consequences.
CC: @dimpase @kliem
Component: porting
Author: Matthias Koeppe
Branch/Commit:
1e7becc
Reviewer: Jonathan Kliem
Issue created by migration from https://trac.sagemath.org/ticket/29851
The text was updated successfully, but these errors were encountered: