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

Testsuite bugfix: ubuntu 24.04 drops python 3.7 #286

Closed
wants to merge 3 commits into from

Conversation

mayantaylor
Copy link
Collaborator

@mayantaylor mayantaylor commented Jan 17, 2025

Test ci uses "ubuntu-latest" which was recently bumped from 22.04 to 24.04. Ubuntu24.04 no longer supports Python3.7. This PR aims to fix the CI test failure. More details on ubuntu/python support listed here.

Noting that python3.7 hit EOL in 2023, it may be time to just remove python3.7 support instead of making fixes like this. Thoughts?

ZwFink
ZwFink previously approved these changes Jan 17, 2025
Copy link
Contributor

@ZwFink ZwFink left a comment

Choose a reason for hiding this comment

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

Good to do this so the tests work again. I think we should drop support for 3.7 (#285).

@ritvikrao
Copy link
Collaborator

The documentation should also be changed to reflect the changes.

@mayantaylor
Copy link
Collaborator Author

Re: documentation updates. I'll make a separate PR dropping 3.7 with relevant doc updates. This PR shouldn't require any documentation change.

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.

4 participants