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
1313## Requirements
1414
15151 . VS Code 1.64.0 or greater
16- 1 . Python 3.7 or greater
16+ 1 . Python 3.8 or greater
17171 . node >= 14.19.0
18181 . npm >= 8.3.0 (` npm ` is installed with node, check npm version, use ` npm install -g npm@8.3.0 ` to update)
19191 . 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>
6969 'Python interpreter missing:\r\n' +
7070 '[Option 1] Select python interpreter using the ms-python.python.\r\n' +
7171 `[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.' ,
7373 ) ;
7474 } ;
7575
You can’t perform that action at this time.
0 commit comments