Skip to content

Commit

Permalink
馃摑 Add Python 3.11 (#2761)
Browse files Browse the repository at this point in the history
  • Loading branch information
AnouckColson committed Dec 20, 2022
1 parent 46ffe9d commit c98f3c9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions docs/data/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -871,15 +871,17 @@
"runtime": true,
"type": "python",
"versions": {
"deprecated": [],
"deprecated": [
"3.6",
"3.5",
"2.7"
],
"supported": [
"3.11",
"3.10",
"3.9",
"3.8",
"3.7",
"3.6",
"3.5",
"2.7"
"3.7"
]
}
},
Expand Down

0 comments on commit c98f3c9

Please sign in to comment.