1
0
Fork 0
mirror of https://github.com/actions/setup-python.git synced 2024-09-19 00:26:42 +00:00

Use non-deprecated versions in examples (#724)

This commit is contained in:
Jeff Widman 2023-10-16 02:01:43 -07:00 committed by GitHub
parent 5f2af211d6
commit f6cc428f53
Signed by: GitHub
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

2
dist/setup/index.js vendored
View file

@ -70356,7 +70356,7 @@ function writeExactPyPyVersionFile(installDir, resolvedPyPyVersion) {
}
exports.writeExactPyPyVersionFile = writeExactPyPyVersionFile;
/**
* Python version should be specified explicitly like "x.y" (2.7, 3.6, 3.7)
* Python version should be specified explicitly like "x.y" (3.10, 3.11, etc)
* "3.x" or "3" are not supported
* because it could cause ambiguity when both PyPy version and Python version are not precise
*/

View file

@ -101,7 +101,7 @@ export function writeExactPyPyVersionFile(
}
/**
* Python version should be specified explicitly like "x.y" (2.7, 3.6, 3.7)
* Python version should be specified explicitly like "x.y" (3.10, 3.11, etc)
* "3.x" or "3" are not supported
* because it could cause ambiguity when both PyPy version and Python version are not precise
*/