Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f6cc428

Browse filesBrowse files
authored
Use non-deprecated versions in examples (actions#724)
1 parent 5f2af21 commit f6cc428
Copy full SHA for f6cc428

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed

‎dist/setup/index.js

Copy file name to clipboardExpand all lines: dist/setup/index.js
+1-1Lines changed: 1 addition & 1 deletion
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

Copy file name to clipboardExpand all lines: src/utils.ts
+1-1Lines changed: 1 addition & 1 deletion
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.