mirror of
https://github.com/actions/setup-python.git
synced 2025-04-19 19:33:29 +00:00
Change deprecation comment to past tense
June 19th is now in the past.
This commit is contained in:
parent
f97b83114c
commit
6821641773
2
dist/setup/index.js
vendored
2
dist/setup/index.js
vendored
@ -69882,7 +69882,7 @@ function run() {
|
||||
}
|
||||
else {
|
||||
if (version.startsWith('2')) {
|
||||
core.warning('The support for python 2.7 will be removed on June 19. Related issue: https://github.com/actions/setup-python/issues/672');
|
||||
core.warning('The support for python 2.7 was removed on June 19, 2023. Related issue: https://github.com/actions/setup-python/issues/672');
|
||||
}
|
||||
const installed = yield finder.useCpythonVersion(version, arch, updateEnvironment, checkLatest, allowPreReleases);
|
||||
pythonVersion = installed.version;
|
||||
|
@ -109,7 +109,7 @@ async function run() {
|
||||
} else {
|
||||
if (version.startsWith('2')) {
|
||||
core.warning(
|
||||
'The support for python 2.7 will be removed on June 19. Related issue: https://github.com/actions/setup-python/issues/672'
|
||||
'The support for python 2.7 was removed on June 19, 2023. Related issue: https://github.com/actions/setup-python/issues/672'
|
||||
);
|
||||
}
|
||||
const installed = await finder.useCpythonVersion(
|
||||
|
Loading…
Reference in New Issue
Block a user