Use non-deprecated versions in examples (#724) · actions/setup-python@f6cc428 (original) (raw)

2 files changed

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 */