| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent f6cc428 commit 8635b1c
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -70224,7 +70224,7 @@ function run() { | |||
| 70224 | 70224 | } | |
| 70225 | 70225 | else { | |
| 70226 | 70226 | if (version.startsWith('2')) { | |
| 70227 | - core.warning('The support for python 2.7 will be removed on June 19. Related issue: https://github.com/actions/setup-python/issues/672'); | ||
| 70227 | + core.warning('The support for python 2.7 was removed on June 19, 2023. Related issue: https://github.com/actions/setup-python/issues/672'); | ||
| 70228 | 70228 | } | |
| 70229 | 70229 | const installed = yield finder.useCpythonVersion(version, arch, updateEnvironment, checkLatest, allowPreReleases); | |
| 70230 | 70230 | pythonVersion = installed.version; | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -124,7 +124,7 @@ async function run() { | |||
| 124 | 124 | } else { | |
| 125 | 125 | if (version.startsWith('2')) { | |
| 126 | 126 | core.warning( | |
| 127 | - 'The support for python 2.7 will be removed on June 19. Related issue: https://github.com/actions/setup-python/issues/672' | ||
| 127 | + 'The support for python 2.7 was removed on June 19, 2023. Related issue: https://github.com/actions/setup-python/issues/672' | ||
| 128 | 128 | ); | |
| 129 | 129 | } | |
| 130 | 130 | const installed = await finder.useCpythonVersion( | |
| Back | FazBrowse Home | New Git URL |
0 commit comments