We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a06be9c commit ead38eaCopy full SHA for ead38ea
lib/find-python.js
@@ -18,7 +18,7 @@ PythonFinder.prototype = {
18
log: logWithPrefix(log, 'find Python'),
19
argsExecutable: ['-c', 'import sys; print(sys.executable);'],
20
argsVersion: ['-c', 'import sys; print("%s.%s.%s" % sys.version_info[:3]);'],
21
- semverRange: '2.7.x || >=3.5.0',
+ semverRange: '>=2.6.x || >=3.5.0',
22
23
// These can be overridden for testing:
24
execFile: cp.execFile,
0 commit comments