summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-01-04 15:27:03 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2020-01-04 15:27:03 +0100
commit07ceb05628371a99c938ea0c304939244e2cdcc4 (patch)
tree45f97414ee31b56c9720d1e130d217bc13ef65fb /doc
parenta3f40b507f63798d8893acc783345bb36f5c3795 (diff)
downloadnixpkgs-07ceb05628371a99c938ea0c304939244e2cdcc4.tar
nixpkgs-07ceb05628371a99c938ea0c304939244e2cdcc4.tar.gz
nixpkgs-07ceb05628371a99c938ea0c304939244e2cdcc4.tar.bz2
nixpkgs-07ceb05628371a99c938ea0c304939244e2cdcc4.tar.lz
nixpkgs-07ceb05628371a99c938ea0c304939244e2cdcc4.tar.xz
nixpkgs-07ceb05628371a99c938ea0c304939244e2cdcc4.tar.zst
nixpkgs-07ceb05628371a99c938ea0c304939244e2cdcc4.zip
Docs: document we have python38
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/python.section.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index 9cb0e1eecc1..9b2e1909e66 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -496,8 +496,8 @@ and in this case the `python35` interpreter is automatically used.
 
 ### Interpreters
 
-Versions 2.7, 3.5, 3.6 and 3.7 of the CPython interpreter are available as
-respectively `python27`, `python35`, `python36` and `python37`. The aliases
+Versions 2.7, 3.5, 3.6, 3.7 and 3.8 of the CPython interpreter are available as
+respectively `python27`, `python35`, `python36`, `python37` and `python38`. The aliases
 `python2` and `python3` correspond to respectively `python27` and
 `python37`. The default interpreter, `python`, maps to `python2`. The PyPy
 interpreters compatible with Python 2.7 and 3 are available as `pypy27` and