-
-
Notifications
You must be signed in to change notification settings - Fork 15.3k
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
python3 is now python37 instead of python36 #48768
Conversation
86a7c9d
to
3a96822
Compare
With Python 3.7 now at 3.7.1, and Python 3.6 at it's final maintenance mode release, it is time to move on to 3.7 as the default interpreter.
3a96822
to
a47479e
Compare
Success on aarch64-linux (full log) Attempted: python Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: python Partial log (click to expand)
|
Failure on x86_64-darwin (full log) Attempted: python Partial log (click to expand)
|
because there are no binaries available.
Needs a sage patch from https://trac.sagemath.org/ticket/25292
aa0a2ae
to
cef91d0
Compare
Success on aarch64-linux (full log) Attempted: python Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: python Partial log (click to expand)
|
Failure on x86_64-darwin (full log) Attempted: python Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: python Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: python Partial log (click to expand)
|
Failure on x86_64-darwin (full log) Attempted: python Partial log (click to expand)
|
Success on aarch64-linux (full log) Attempted: python Partial log (click to expand)
|
Success on x86_64-linux (full log) Attempted: python Partial log (click to expand)
|
Failure on x86_64-darwin (full log) Attempted: python Partial log (click to expand)
|
Specify Python 3.6 Steps to reproduce: - Use a nixpkgs newer than NixOS/nixpkgs#48768 . - `nix-build ./nix` ``` Traceback (most recent call last): File "nix_run_setup", line 8, in <module> exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) File "setup.py", line 2, in <module> import quamash File "/build/source/quamash/__init__.py", line 237 future = asyncio.async(future, loop=self) ^ SyntaxError: invalid syntax builder for '/nix/store/w14lf2mm45vvycjsks0ian9vx725n24s-python3.7-quamash.drv' failed with exit code 1 ``` Signed-off-by: Claes Wallin (韋嘉誠) <claes.wallin@greatsinodevelopment.com>
Specify Python 3.6 for artiq and dependencies. Steps to reproduce: - Use a nixpkgs newer than NixOS/nixpkgs#48768 . - `nix-build ./nix` ``` Traceback (most recent call last): File "nix_run_setup", line 8, in <module> exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\\r\\n', '\\n'), __file__, 'exec')) File "setup.py", line 2, in <module> import quamash File "/build/source/quamash/__init__.py", line 237 future = asyncio.async(future, loop=self) ^ SyntaxError: invalid syntax builder for '/nix/store/w14lf2mm45vvycjsks0ian9vx725n24s-python3.7-quamash.drv' failed with exit code 1 ``` Signed-off-by: Claes Wallin (韋嘉誠) <claes.wallin@greatsinodevelopment.com>
Motivation for this change
Things done
sandbox
innix.conf
on non-NixOS)nix-shell -p nox --run "nox-review wip"
./result/bin/
)nix path-info -S
before and after)