Skip to content

Commit

Permalink
documentation: python 2.6 is no more
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Nov 19, 2017
1 parent f8d232e commit c1ac125
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion doc/languages-frameworks/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,6 @@ Based on the packages defined in `pkgs/top-level/python-packages.nix` an
attribute set is created for each available Python interpreter. The available
sets are

* `pkgs.python26Packages`
* `pkgs.python27Packages`
* `pkgs.python34Packages`
* `pkgs.python35Packages`
Expand Down
1 change: 1 addition & 0 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6636,6 +6636,7 @@ with pkgs;

# Python interpreters. All standard library modules are included except for tkinter, which is
# available as `pythonPackages.tkinter` and can be used as any other Python package.
# When switching these sets, please update docs at ../../doc/languages-frameworks/python.md
python = python2;
python2 = python27;
python3 = python36;
Expand Down

0 comments on commit c1ac125

Please sign in to comment.