summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2020-10-13 18:53:40 +0200
committerFrederik Rietdijk <fridh@fridh.nl>2020-10-13 18:53:40 +0200
commit748bc995207059b61676389c0b953243999f497c (patch)
treeb6eae2434ccc4c2abc13151857abc7f5e6913634 /doc
parent90321a7bb31f129ce6b0594fa5614c7a83c72528 (diff)
downloadnixpkgs-748bc995207059b61676389c0b953243999f497c.tar
nixpkgs-748bc995207059b61676389c0b953243999f497c.tar.gz
nixpkgs-748bc995207059b61676389c0b953243999f497c.tar.bz2
nixpkgs-748bc995207059b61676389c0b953243999f497c.tar.lz
nixpkgs-748bc995207059b61676389c0b953243999f497c.tar.xz
nixpkgs-748bc995207059b61676389c0b953243999f497c.tar.zst
nixpkgs-748bc995207059b61676389c0b953243999f497c.zip
docs: python39 is available
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 e2d9172919e..59f7389b9ad 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -755,8 +755,8 @@ and in this case the `python38` interpreter is automatically used.
 
 ### Interpreters
 
-Versions 2.7, 3.6, 3.7 and 3.8 of the CPython interpreter are available as
-respectively `python27`, `python36`, `python37` and `python38`. The
+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
 aliases `python2` and `python3` correspond to respectively `python27` and
 `python38`. The default interpreter, `python`, maps to `python2`. The PyPy
 interpreters compatible with Python 2.7 and 3 are available as `pypy27` and