-
Notifications
You must be signed in to change notification settings - Fork 60
Expand file tree
/
Copy pathswitcher.json
More file actions
48 lines (48 loc) · 1.02 KB
/
switcher.json
File metadata and controls
48 lines (48 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
[
{
"name": "3.9 (stable)",
"version": "stable",
"url": "https://matplotlib.org/stable/",
"preferred": true
},
{
"name": "3.10 (dev)",
"version": "dev",
"url": "https://matplotlib.org/devdocs/"
},
{
"name": "3.8",
"version": "3.8.4",
"url": "https://matplotlib.org/3.8.4/"
},
{
"name": "3.7",
"version": "3.7.5",
"url": "https://matplotlib.org/3.7.5/"
},
{
"name": "3.6",
"version": "3.6.3",
"url": "https://matplotlib.org/3.6.3/"
},
{
"name": "3.5",
"version": "3.5.3",
"url": "https://matplotlib.org/3.5.3/"
},
{
"name": "3.4",
"version": "3.4.3",
"url": "https://matplotlib.org/3.4.3/"
},
{
"name": "3.3",
"version": "3.3.4",
"url": "https://matplotlib.org/3.3.4/"
},
{
"name": "2.2",
"version": "2.2.4",
"url": "https://matplotlib.org/2.2.4/"
}
]