We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bb407 commit c6e3b65Copy full SHA for c6e3b65
lib/find-python.js
@@ -19,7 +19,7 @@ PythonFinder.prototype = {
19
argsExecutable: [ '-c', 'import sys; print(sys.executable);' ],
20
argsVersion: [ '-c', 'import sys; print("%s.%s.%s" % sys.version_info[:3]);' ],
21
semverRange: process.env.EXPERIMENTAL_NODE_GYP_PYTHON3 ? '2.7.x || >=3.5.0'
22
- : '>=2.6.0 <3.0.0',
+ : '>=2.7.0 <3.0.0',
23
24
// These can be overridden for testing:
25
execFile: cp.execFile,
0 commit comments