Skip to content

Commit f6cc428

Browse files
authored
Use non-deprecated versions in examples (#724)
1 parent 5f2af21 commit f6cc428

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dist/setup/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -70356,7 +70356,7 @@ function writeExactPyPyVersionFile(installDir, resolvedPyPyVersion) {
7035670356
}
7035770357
exports.writeExactPyPyVersionFile = writeExactPyPyVersionFile;
7035870358
/**
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)
7036070360
* "3.x" or "3" are not supported
7036170361
* because it could cause ambiguity when both PyPy version and Python version are not precise
7036270362
*/

src/utils.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ export function writeExactPyPyVersionFile(
101101
}
102102

103103
/**
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)
105105
* "3.x" or "3" are not supported
106106
* because it could cause ambiguity when both PyPy version and Python version are not precise
107107
*/

0 commit comments

Comments
 (0)