Skip to content

Conversation

@dmitry-shibanov
Copy link
Contributor

Description:
In scope of this release we add warning for python 2.7 on release/v1.

Related issue:

Check list:

  • Mark if documentation changes are required.
  • Mark if tests were added or updated to cover the changes.

async function run() {
try {
let version = core.getInput('python-version');
if (version.startsWith('2')) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

As the setup-python@v1 doesn't use python-versions repo, I think this warning message isn't necessary.

@IvanZosimov IvanZosimov closed this Jun 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants