summary refs log tree commit diff
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authorYevhen Shymotiuk <yevhenshymotiuk@pm.me>2021-12-28 00:28:22 +0200
committerYevhen Shymotiuk <yevhenshymotiuk@pm.me>2021-12-28 00:35:07 +0200
commit08d3a002db12c89ef2e673ef23601b7583a54a7a (patch)
treec00ec3e673b3d23ca3f3fe5aad7a3976b870f22f /doc/languages-frameworks
parent7efd936e4fbe267dbb3c1b572a4a381282ac2bac (diff)
downloadnixpkgs-08d3a002db12c89ef2e673ef23601b7583a54a7a.tar
nixpkgs-08d3a002db12c89ef2e673ef23601b7583a54a7a.tar.gz
nixpkgs-08d3a002db12c89ef2e673ef23601b7583a54a7a.tar.bz2
nixpkgs-08d3a002db12c89ef2e673ef23601b7583a54a7a.tar.lz
nixpkgs-08d3a002db12c89ef2e673ef23601b7583a54a7a.tar.xz
nixpkgs-08d3a002db12c89ef2e673ef23601b7583a54a7a.tar.zst
nixpkgs-08d3a002db12c89ef2e673ef23601b7583a54a7a.zip
doc/python: remove 3.6 from the list of cpython versions
Diffstat (limited to 'doc/languages-frameworks')
-rw-r--r--doc/languages-frameworks/python.section.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index 2639039657a..9f9ace513c3 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -764,7 +764,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
+Versions 2.7, 3.7, 3.8 and 3.9 of the CPython interpreter are available as
 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