-
Notifications
You must be signed in to change notification settings - Fork 124
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
fix: Remove python 3.7 due to end of life (EOL) #737
Conversation
I seem to recall that there are some other steps in involved (was it something to do with pushing a CL to our internal repo?). I attempted to create such a CL: cl/610397808, let me know if there is more that needs doing. Any help you can offer is appreciated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also need to remove python 3.7 in sync-repo-settings.yaml for both unit tests and samples
- 'unit (3.7)' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also update the versions here :
ALL_VERSIONS = ["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"] |
I just noticed that https://github.com/googleapis/python-bigquery-pandas/blob/main/testing/constraints-3.7.txt could be removed as well (and the contents moved to https://github.com/googleapis/python-bigquery-pandas/blob/main/testing/constraints-3.8.txt). More information about the constraints files
|
Neither of the 3.7 tests is expected or needed to pass. |
Removes support for Python 3.7 due to end of life (EOL)