Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python 2.7 support removed from setup-python in Github Actions #418

Closed
saimedhi opened this issue Jun 20, 2023 · 4 comments
Closed

Python 2.7 support removed from setup-python in Github Actions #418

saimedhi opened this issue Jun 20, 2023 · 4 comments
Labels
bug Something isn't working

Comments

@saimedhi
Copy link
Collaborator

What is the bug?

Python 2.7 support removed from setup-python in Github Actions due to Python 2.7 being unsupported since January 1, 2020. Related issue: actions/setup-python#672

What is the expected behavior?

Two potential solutions to address the issue are:

  1. Complete removal of Python 2.7 support in opensearch-py.
  2. Implement a workaround by running the job inside a container to continue using Github hosted runners with Python 2.7.
@saimedhi saimedhi added bug Something isn't working untriaged Need triage labels Jun 20, 2023
@saimedhi
Copy link
Collaborator Author

Kindly provide your input and support by indicating your preferred option among the two choices mentioned above. Thank you :)

@saimedhi saimedhi removed the untriaged Need triage label Jun 20, 2023
@wbeckler
Copy link
Contributor

I propose we remove 2.7 tests asap to unblock GHA.
Then I think we should add back in 2.7 tests via a container, so that we don't accidentally break all Python 2 support in a minor release.

@dblock
Copy link
Member

dblock commented Jun 21, 2023

Yes, @saimedhi are you doing it?

@dblock
Copy link
Member

dblock commented Jul 26, 2023

Closing this in favor of #430 which is a more comprehensive issue on removing EOLed support.

@dblock dblock closed this as completed Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants