Skip to content

Conversation

@HemangChothani
Copy link
Contributor

Towards #292

  • nox.py file is generated by synthtool, so didn't include changes here.

@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Oct 15, 2020
@HemangChothani HemangChothani linked an issue Oct 15, 2020 that may be closed by this pull request
@andrewsg
Copy link
Contributor

Will this refuse to install on Python 2.7 or will it just no longer be recommended?

@frankyn frankyn added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 15, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Oct 15, 2020
@tseaver
Copy link
Contributor

tseaver commented Nov 11, 2020

@andrewsg The following will refuse to install on 2.7, at least with any recent setuptools:

    python_requires=">=3.6",

This definitely needs to get merged as a breaking change.

@crwilcox
Copy link
Contributor

I'd recommend waiting to remove Python 2 until other breaking changes. At this time supporting Python 2 isn't providing any drag, but I think once it is we can remove it. @andrewsg @frankyn do we know of any changes that are also breaking to bundle?

@tseaver tseaver added the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 13, 2020
@yoshi-kokoro yoshi-kokoro removed the kokoro:force-run Add this label to force Kokoro to re-run the tests. label Nov 13, 2020
@tseaver tseaver changed the title feat: add classifiers for python3.9 and remove for python2.7 and 3.5 feat: add classifiers for python3.9 and remove for python3.5 Nov 13, 2020
@tseaver tseaver added the automerge Merge the pull request once unit tests and other checks pass. label Nov 13, 2020
@tseaver tseaver merged commit f072825 into googleapis:master Nov 13, 2020
@gcf-merge-on-green gcf-merge-on-green bot removed the automerge Merge the pull request once unit tests and other checks pass. label Nov 13, 2020
cojenco pushed a commit to cojenco/python-storage that referenced this pull request Oct 13, 2021
cojenco pushed a commit to cojenco/python-storage that referenced this pull request Oct 13, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

cla: yes This human has signed the Contributor License Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add test pass, classifiers for Python 3.9

6 participants