Skip to content

Commit a97c085

Browse files
committed
Minimal supported Python version is 3.6
1 parent 66a5834 commit a97c085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/installer/python-prompt.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ export default class PythonPrompt {
1616

1717
async prompt() {
1818
const selectedItem = await vscode.window.showInformationMessage(
19-
'PlatformIO: Can not find working Python 2.7 or 3.5+ Interpreter. Please install the latest Python 3 and restart VSCode',
19+
'PlatformIO: Can not find working Python 3.6+ Interpreter. Please install the latest Python 3 and restart VSCode',
2020
{ title: 'Install Python', isCloseAffordance: false },
2121
{ title: 'I have Python', isCloseAffordance: false },
2222
{ title: 'Try again', isCloseAffordance: false },

0 commit comments

Comments
 (0)