-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
BigQuery: Adds Python 3.7 and removes Python 3.4 #5401
Conversation
@@ -65,7 +65,7 @@ def default(session): | |||
|
|||
|
|||
@nox.session | |||
@nox.parametrize('py', ['2.7', '3.5', '3.6']) | |||
@nox.parametrize('py', ['2.7', '3.5', '3.6', '3.7']) |
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
This comment was marked as spam.
This comment was marked as spam.
Sorry, something went wrong.
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.
PR also needs to update the classifiers in setup.py
to indicate that we have dropped support for Python 3.4. Note that 3.4 is still the "system" Python for the LTS versions of RHEL and Ubuntu.
@crwilcox Shouldn't all |
@tswast Not unless we have made a global choice to drop 3.4 support across all APIs (in which case we should be updating all the corresponding |
Right, wasn't that what #5295 was about? Or did I misinterpret the intent? |
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.
left a comment on also updating system but lgtm
Resolves #5294