summary refs log tree commit diff
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-01 17:36:13 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-10-03 12:42:24 +0200
commit846e2b191913b0f0a8c69ccb5a738af7bac8ecd0 (patch)
treee4890595232a8964785f144ceae74caa7bc155ef /doc/languages-frameworks
parent411931be18ec2dbd1926e92440bddf3b86ad7131 (diff)
downloadnixpkgs-846e2b191913b0f0a8c69ccb5a738af7bac8ecd0.tar
nixpkgs-846e2b191913b0f0a8c69ccb5a738af7bac8ecd0.tar.gz
nixpkgs-846e2b191913b0f0a8c69ccb5a738af7bac8ecd0.tar.bz2
nixpkgs-846e2b191913b0f0a8c69ccb5a738af7bac8ecd0.tar.lz
nixpkgs-846e2b191913b0f0a8c69ccb5a738af7bac8ecd0.tar.xz
nixpkgs-846e2b191913b0f0a8c69ccb5a738af7bac8ecd0.tar.zst
nixpkgs-846e2b191913b0f0a8c69ccb5a738af7bac8ecd0.zip
python36: remove
Diffstat (limited to 'doc/languages-frameworks')
-rw-r--r--doc/languages-frameworks/python.section.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index cc1a7083dc2..21888d3e53f 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -765,7 +765,7 @@ and in this case the `python38` interpreter is automatically used.
 ### Interpreters {#interpreters}
 
 Versions 2.7, 3.6, 3.7, 3.8 and 3.9 of the CPython interpreter are available as
-respectively `python27`, `python36`, `python37`, `python38` and `python39`. The
+respectively `python27`, `python37`, `python38` and `python39`. The
 aliases `python2` and `python3` correspond to respectively `python27` and
 `python39`. The attribute `python` maps to `python2`. The PyPy interpreters
 compatible with Python 2.7 and 3 are available as `pypy27` and `pypy3`, with
@@ -830,7 +830,6 @@ attribute set is created for each available Python interpreter. The available
 sets are
 
 * `pkgs.python27Packages`
-* `pkgs.python36Packages`
 * `pkgs.python37Packages`
 * `pkgs.python38Packages`
 * `pkgs.python39Packages`