summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-10-21 13:21:17 +0200
committerMartin Weinelt <mweinelt@users.noreply.github.com>2023-10-21 16:18:27 +0200
commit7efc0b24189dcf9ef0d6e5c5ecfe2b6451022f7c (patch)
treeb104565ffe841104010d795a96b9526b972973f4 /doc
parent0b0440e028afc3f8c0240499489f05d96c51e08a (diff)
downloadnixpkgs-7efc0b24189dcf9ef0d6e5c5ecfe2b6451022f7c.tar
nixpkgs-7efc0b24189dcf9ef0d6e5c5ecfe2b6451022f7c.tar.gz
nixpkgs-7efc0b24189dcf9ef0d6e5c5ecfe2b6451022f7c.tar.bz2
nixpkgs-7efc0b24189dcf9ef0d6e5c5ecfe2b6451022f7c.tar.lz
nixpkgs-7efc0b24189dcf9ef0d6e5c5ecfe2b6451022f7c.tar.xz
nixpkgs-7efc0b24189dcf9ef0d6e5c5ecfe2b6451022f7c.tar.zst
nixpkgs-7efc0b24189dcf9ef0d6e5c5ecfe2b6451022f7c.zip
doc/python: mention python313
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/python.section.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/languages-frameworks/python.section.md b/doc/languages-frameworks/python.section.md
index 40236d141d3..cdd5c806912 100644
--- a/doc/languages-frameworks/python.section.md
+++ b/doc/languages-frameworks/python.section.md
@@ -12,6 +12,7 @@
 | python310  | python3         | CPython 3.10 |
 | python311  |                 | CPython 3.11 |
 | python312  |                 | CPython 3.12 |
+| python313  |                 | CPython 3.13 |
 | pypy27     | pypy2, pypy     | PyPy2.7 |
 | pypy39     | pypy3           | PyPy 3.9 |