BigQuery: Adds Python 3.7 and removes Python 3.4#5401
BigQuery: Adds Python 3.7 and removes Python 3.4#5401alixhami merged 2 commits intogoogleapis:masterfrom
Conversation
|
|
||
| @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.
tseaver
left a comment
There was a problem hiding this comment.
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? |
crwilcox
left a comment
There was a problem hiding this comment.
left a comment on also updating system but lgtm
Resolves #5294