summaryrefslogtreecommitdiffstats
path: root/Doc/tools/static/switchers.js
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2021-12-28 07:08:54 (GMT)
committerNed Deily <nad@python.org>2021-12-28 07:10:16 (GMT)
commit8d999cbf4adea053be6dbb612b9844635c4dfb8e (patch)
tree365620a979515489fa88f28fccd21f117e2e3945 /Doc/tools/static/switchers.js
parent2c56c97f015a7ea81719615ddcf3c745fba5b4f3 (diff)
downloadcpython-3.6.zip
cpython-3.6.tar.gz
cpython-3.6.tar.bz2
Update REAME and Docs sidebar for EOL3.6
Diffstat (limited to 'Doc/tools/static/switchers.js')
-rw-r--r--Doc/tools/static/switchers.js5
1 files changed, 3 insertions, 2 deletions
diff --git a/Doc/tools/static/switchers.js b/Doc/tools/static/switchers.js
index 3080191..3008e16 100644
--- a/Doc/tools/static/switchers.js
+++ b/Doc/tools/static/switchers.js
@@ -10,8 +10,9 @@
'(?:release/\\d.\\d[\\x\\d\\.]*)'];
var all_versions = {
- '3.10': 'dev (3.10)',
- '3.9': 'pre (3.9)',
+ '3.11': 'dev (3.11)',
+ '3.10': '3.10',
+ '3.9': '3.9',
'3.8': '3.8',
'3.7': '3.7',
'3.6': '3.6',