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 Python 2.7 dependency from workflow #697

Merged
merged 2 commits into from
Jun 22, 2023

Conversation

dangcpham
Copy link
Contributor

As of June 19, GitHub workflow no longer supports Python 2.7 by setup-python (actions/setup-python#672). This pull request removes 2.7 dependency from the workflow.

Note: there is still a Python 2.7 ipynb dependency. Not sure how to work around this as it is there to test python 2.7 exclusively.

@dangcpham dangcpham changed the title Remove 2.7 dependency from workflow Remove Python 2.7 dependency from workflow Jun 22, 2023
@hannorein
Copy link
Owner

Thanks. This seem good, but why does it still fail? I'm confused.

@hannorein
Copy link
Owner

Oh, sorry. You mentioned it, the notebooks. So that needs to be updated too.

@dangcpham
Copy link
Contributor Author

All tests passed now.

Do you still want to test for Python 2.7 in the future? It seems there are some hacks around to implement Python 2.7 in setup-python.

@hannorein
Copy link
Owner

Excellent. Thanks!

I don't think there is a need to keep testing for 2.7...

@hannorein hannorein merged commit aeab4a5 into hannorein:main Jun 22, 2023
7 checks passed
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.

None yet

2 participants