@@ -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; |