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

Remove support (and tests) for Python 2 #158

Merged
merged 4 commits into from
Mar 14, 2023

Conversation

osherdp
Copy link
Contributor

@osherdp osherdp commented Mar 14, 2023

Checks are no longer working for Python 2 (saying Version 2.x with arch x64 not found) and we no longer required to support such an old version.

This removes the tests and also requires at least Python 3.0.0 when doing the installation.

Checks are no longer working for Python 2 (saying ``Version 2.x with
arch x64 not found``) and we no longer required to support such an old
version.

This removes the tests and also requires at least Python 3.0.0 when
doing the installation.
@osherdp osherdp force-pushed the deprecate/python-2 branch from 024f667 to 8cdca81 Compare March 14, 2023 12:58
@osherdp
Copy link
Contributor Author

osherdp commented Mar 14, 2023

cc @eranco74

@@ -74,5 +74,5 @@ jobs:
echo "$HOME/.local/bin" >> $GITHUB_PATH
- name: Test usage
run: |
skipper make clean
sudo skipper make clean
Copy link
Collaborator

Choose a reason for hiding this comment

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

👍

Copy link
Collaborator

@eranco74 eranco74 left a comment

Choose a reason for hiding this comment

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

Thanks

@eranco74 eranco74 merged commit 60168ef into Stratoscale:upstream Mar 14, 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.

2 participants