File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The TypeScript part handles working with VS Code and its UI. The extension templ
13
13
## Requirements
14
14
15
15
1 . VS Code 1.64.0 or greater
16
- 1 . Python 3.7 or greater
16
+ 1 . Python 3.8 or greater
17
17
1 . node >= 14.19.0
18
18
1 . npm >= 8.3.0 (
` npm ` is installed with node, check npm version, use
` npm install -g [email protected] ` to update)
19
19
1 . Python extension for VS Code
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ export async function activate(context: vscode.ExtensionContext): Promise<void>
69
69
'Python interpreter missing:\r\n' +
70
70
'[Option 1] Select python interpreter using the ms-python.python.\r\n' +
71
71
`[Option 2] Set an interpreter using "${ serverId } .interpreter" setting.\r\n` +
72
- 'Please use Python 3.7 or greater.' ,
72
+ 'Please use Python 3.8 or greater.' ,
73
73
) ;
74
74
} ;
75
75
You can’t perform that action at this time.
0 commit comments