···765### Interpreters {#interpreters}
766767Versions 2.7, 3.6, 3.7, 3.8 and 3.9 of the CPython interpreter are available as
768-respectively `python27`, `python36`, `python37`, `python38` and `python39`. The
769aliases `python2` and `python3` correspond to respectively `python27` and
770`python39`. The attribute `python` maps to `python2`. The PyPy interpreters
771compatible with Python 2.7 and 3 are available as `pypy27` and `pypy3`, with
···830sets are
831832* `pkgs.python27Packages`
833-* `pkgs.python36Packages`
834* `pkgs.python37Packages`
835* `pkgs.python38Packages`
836* `pkgs.python39Packages`
···765### Interpreters {#interpreters}
766767Versions 2.7, 3.6, 3.7, 3.8 and 3.9 of the CPython interpreter are available as
768+respectively `python27`, `python37`, `python38` and `python39`. The
769aliases `python2` and `python3` correspond to respectively `python27` and
770`python39`. The attribute `python` maps to `python2`. The PyPy interpreters
771compatible with Python 2.7 and 3 are available as `pypy27` and `pypy3`, with
···830sets are
831832* `pkgs.python27Packages`
0833* `pkgs.python37Packages`
834* `pkgs.python38Packages`
835* `pkgs.python39Packages`