summary refs log tree commit diff
path: root/doc/languages-frameworks
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2018-01-24 16:10:08 +0100
committerFrederik Rietdijk <fridh@fridh.nl>2018-06-25 10:41:32 +0200
commit7c9d95fef59e2bc80fbde535df235a93d6690cc3 (patch)
treeae05e936d7b3a849a58ddc8077edafe092906c76 /doc/languages-frameworks
parentf799f12fb2939f57736e9cacad7d47ad1b163692 (diff)
downloadnixlib-7c9d95fef59e2bc80fbde535df235a93d6690cc3.tar
nixlib-7c9d95fef59e2bc80fbde535df235a93d6690cc3.tar.gz
nixlib-7c9d95fef59e2bc80fbde535df235a93d6690cc3.tar.bz2
nixlib-7c9d95fef59e2bc80fbde535df235a93d6690cc3.tar.lz
nixlib-7c9d95fef59e2bc80fbde535df235a93d6690cc3.tar.xz
nixlib-7c9d95fef59e2bc80fbde535df235a93d6690cc3.tar.zst
nixlib-7c9d95fef59e2bc80fbde535df235a93d6690cc3.zip
python37: init at 3.7.0rc1
Diffstat (limited to 'doc/languages-frameworks')
-rw-r--r--doc/languages-frameworks/python.section.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index d291b44c309c..7d70ce4a2abf 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -484,7 +484,7 @@ and in this case the `python35` interpreter is automatically used.
 
 ### Interpreters
 
-Versions 2.7, 3.3, 3.4, 3.5 and 3.6 of the CPython interpreter are available as
+Versions 2.7, 3.4, 3.5, 3.6 and 3.7 of the CPython interpreter are available as
 respectively `python27`, `python34`, `python35` and `python36`. The PyPy interpreter
 is available as `pypy`. The aliases `python2` and `python3` correspond to respectively `python27` and
 `python35`. The default interpreter, `python`, maps to `python2`.
@@ -533,6 +533,7 @@ sets are
 * `pkgs.python34Packages`
 * `pkgs.python35Packages`
 * `pkgs.python36Packages`
+* `pkgs.python37Packages`
 * `pkgs.pypyPackages`
 
 and the aliases