File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Original file line number Diff line number Diff line change @@ -70356,7 +70356,7 @@ function writeExactPyPyVersionFile(installDir, resolvedPyPyVersion) {
70356
70356
}
70357
70357
exports.writeExactPyPyVersionFile = writeExactPyPyVersionFile;
70358
70358
/**
70359
- * Python version should be specified explicitly like "x.y" (2.7 , 3.6, 3.7 )
70359
+ * Python version should be specified explicitly like "x.y" (3.10 , 3.11, etc )
70360
70360
* "3.x" or "3" are not supported
70361
70361
* because it could cause ambiguity when both PyPy version and Python version are not precise
70362
70362
*/
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ export function writeExactPyPyVersionFile(
101
101
}
102
102
103
103
/**
104
- * Python version should be specified explicitly like "x.y" (2.7 , 3.6, 3.7 )
104
+ * Python version should be specified explicitly like "x.y" (3.10 , 3.11, etc )
105
105
* "3.x" or "3" are not supported
106
106
* because it could cause ambiguity when both PyPy version and Python version are not precise
107
107
*/
You can’t perform that action at this time.
0 commit comments