mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
python3: now points to python38
This commit is contained in:
parent
07ceb05628
commit
2dc4ab3677
@ -499,7 +499,7 @@ and in this case the `python35` interpreter is automatically used.
|
|||||||
Versions 2.7, 3.5, 3.6, 3.7 and 3.8 of the CPython interpreter are available as
|
Versions 2.7, 3.5, 3.6, 3.7 and 3.8 of the CPython interpreter are available as
|
||||||
respectively `python27`, `python35`, `python36`, `python37` and `python38`. The aliases
|
respectively `python27`, `python35`, `python36`, `python37` and `python38`. The aliases
|
||||||
`python2` and `python3` correspond to respectively `python27` and
|
`python2` and `python3` correspond to respectively `python27` and
|
||||||
`python37`. The default interpreter, `python`, maps to `python2`. The PyPy
|
`python38`. The default interpreter, `python`, maps to `python2`. The PyPy
|
||||||
interpreters compatible with Python 2.7 and 3 are available as `pypy27` and
|
interpreters compatible with Python 2.7 and 3 are available as `pypy27` and
|
||||||
`pypy3`, with aliases `pypy2` mapping to `pypy27` and `pypy` mapping to
|
`pypy3`, with aliases `pypy2` mapping to `pypy27` and `pypy` mapping to
|
||||||
`pypy2`. The Nix expressions for the interpreters can be
|
`pypy2`. The Nix expressions for the interpreters can be
|
||||||
|
@ -9246,7 +9246,7 @@ in
|
|||||||
# When switching these sets, please update docs at ../../doc/languages-frameworks/python.md
|
# When switching these sets, please update docs at ../../doc/languages-frameworks/python.md
|
||||||
python = python2;
|
python = python2;
|
||||||
python2 = python27;
|
python2 = python27;
|
||||||
python3 = python37;
|
python3 = python38;
|
||||||
pypy = pypy2;
|
pypy = pypy2;
|
||||||
pypy2 = pypy27;
|
pypy2 = pypy27;
|
||||||
pypy3 = pypy36;
|
pypy3 = pypy36;
|
||||||
|
Loading…
Reference in New Issue
Block a user