···765765### Interpreters {#interpreters}
766766767767Versions 2.7, 3.6, 3.7, 3.8 and 3.9 of the CPython interpreter are available as
768768-respectively `python27`, `python36`, `python37`, `python38` and `python39`. The
768768+respectively `python27`, `python37`, `python38` and `python39`. The
769769aliases `python2` and `python3` correspond to respectively `python27` and
770770`python39`. The attribute `python` maps to `python2`. The PyPy interpreters
771771compatible with Python 2.7 and 3 are available as `pypy27` and `pypy3`, with
···830830sets are
831831832832* `pkgs.python27Packages`
833833-* `pkgs.python36Packages`
834833* `pkgs.python37Packages`
835834* `pkgs.python38Packages`
836835* `pkgs.python39Packages`