summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorFrederik Rietdijk <fridh@fridh.nl>2021-03-13 15:31:22 +0100
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-07-05 12:34:02 -0700
commit94cd70bae26efc34350d53894992fbaf1b1f3c6f (patch)
treea9ad374a440122d5e15945c4c90530ed5647216b /doc
parenta28ba52cac42222d03de69308787fb767e64cfb8 (diff)
downloadnixpkgs-94cd70bae26efc34350d53894992fbaf1b1f3c6f.tar
nixpkgs-94cd70bae26efc34350d53894992fbaf1b1f3c6f.tar.gz
nixpkgs-94cd70bae26efc34350d53894992fbaf1b1f3c6f.tar.bz2
nixpkgs-94cd70bae26efc34350d53894992fbaf1b1f3c6f.tar.lz
nixpkgs-94cd70bae26efc34350d53894992fbaf1b1f3c6f.tar.xz
nixpkgs-94cd70bae26efc34350d53894992fbaf1b1f3c6f.tar.zst
nixpkgs-94cd70bae26efc34350d53894992fbaf1b1f3c6f.zip
python3: 3.8 -> 3.9
Diffstat (limited to 'doc')
-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 847a41cf23c..cd34fb38ce0 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -8,7 +8,7 @@
 
 Several versions of the Python interpreter are available on Nix, as well as a
 high amount of packages. The attribute `python3` refers to the default
-interpreter, which is currently CPython 3.8. The attribute `python` refers to
+interpreter, which is currently CPython 3.9. The attribute `python` refers to
 CPython 2.7 for backwards-compatibility. It is also possible to refer to
 specific versions, e.g. `python38` refers to CPython 3.8, and `pypy` refers to
 the default PyPy interpreter.