summaryrefslogtreecommitdiff
path: root/Doc/tools/static/switchers.js
diff options
context:
space:
mode:
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',