From 44bcfa9c28a31087e7dc10e015ddf141718ae9c3 Mon Sep 17 00:00:00 2001 From: Thomas A Caswell Date: Fri, 20 Dec 2024 15:22:40 -0500 Subject: [PATCH] DOC: update switcher for 3.10 closes #29359 --- doc/_static/switcher.json | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/doc/_static/switcher.json b/doc/_static/switcher.json index 26a8c853a8e3..85c0e471f3fc 100644 --- a/doc/_static/switcher.json +++ b/doc/_static/switcher.json @@ -1,15 +1,20 @@ [ { - "name": "3.9 (stable)", - "version": "3.9.3", + "name": "3.10 (stable)", + "version": "3.10.0", "url": "https://matplotlib.org/stable/", "preferred": true }, { - "name": "3.10 (dev)", + "name": "3.11 (dev)", "version": "dev", "url": "https://matplotlib.org/devdocs/" }, + { + "name": "3.9", + "version": "3.9.3", + "url": "https://matplotlib.org/3.9.3/" + }, { "name": "3.8", "version": "3.8.4",