Skip to content

Commit bd075d9

Browse files
authored
Merge pull request matplotlib#31874 from QuLogic/rel3110
Release 3.11.0
2 parents d0603b2 + 69c7534 commit bd075d9

5 files changed

Lines changed: 183 additions & 46 deletions

File tree

SECURITY.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,9 @@ versions.
88

99
| Version | Supported |
1010
| ------- | ------------------ |
11+
| 3.11.x | :white_check_mark: |
1112
| 3.10.x | :white_check_mark: |
12-
| 3.9.x | :white_check_mark: |
13+
| 3.9.x | :x: |
1314
| 3.8.x | :x: |
1415
| 3.7.x | :x: |
1516
| 3.6.x | :x: |

doc/_static/switcher.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,20 @@
11
[
22
{
3-
"name": "3.10 (stable)",
4-
"version": "3.10.9",
3+
"name": "3.11 (stable)",
4+
"version": "3.11.0",
55
"url": "https://matplotlib.org/stable/",
66
"preferred": true
77
},
88
{
9-
"name": "3.11 (dev)",
9+
"name": "3.12 (dev)",
1010
"version": "dev",
1111
"url": "https://matplotlib.org/devdocs/"
1212
},
13+
{
14+
"name": "3.10",
15+
"version": "3.10.9",
16+
"url": "https://matplotlib.org/3.10.9/"
17+
},
1318
{
1419
"name": "3.9",
1520
"version": "3.9.3",

0 commit comments

Comments
 (0)