We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7388f4b commit 62161c6Copy full SHA for 62161c6
1 file changed
tools/supported-versions.json
@@ -1,15 +1,15 @@
1
{
2
"versions": {
3
"3006.25": {
4
- "default": true,
+ "default": false,
5
"type": "LTS",
6
"relenv_python": "3.10"
7
},
8
- "3007.14": {
9
- "default": false,
10
- "type": "STS",
+ "3008.0": {
+ "default": true,
+ "type": "LTS",
11
12
}
13
14
- "release_candidate_version": "3008.0rc4"
+ "release_candidate_version": "3009.0rc1"
15
0 commit comments