summaryrefslogtreecommitdiff
path: root/Doc/tools/static/switchers.js
diff options
context:
space:
mode:
authorNed Deily <nad@python.org>2021-12-28 02:08:54 -0500
committerNed Deily <nad@python.org>2021-12-28 02:10:16 -0500
commit8d999cbf4adea053be6dbb612b9844635c4dfb8e (patch)
tree365620a979515489fa88f28fccd21f117e2e3945 /Doc/tools/static/switchers.js
parent2c56c97f015a7ea81719615ddcf3c745fba5b4f3 (diff)
downloadcpython-git-29731c007987cef7fa1aac6d6bdd8ab6e27af679.tar.gz
Update REAME and Docs sidebar for EOL3.63.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 30801917ed..3008e1631e 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',