You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
Complete removal of Python 2.7 support in opensearch-py.
Implement a workaround by running the job inside a container to continue using Github hosted runners with Python 2.7.
The text was updated successfully, but these errors were encountered:
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.
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:
The text was updated successfully, but these errors were encountered: