Uh oh!
There was an error while loading. Please reload this page.
fix!: drop python 2.7 support - #103
Conversation
plamut
left a comment
There was a problem hiding this comment.
Generally looks good to me, just a few bits remaining - things from the comments and a few mentions of "Python 2" and "2.7" in the docs that are now obsolete, e.g in CONTRIBUTING.rst and at the end of README.
| # limitations under the License. | ||
| __version__ = "1.7.0" | ||
| __version__ = "2.0.0b1" |
There was a problem hiding this comment.
Same process question - should this be beta or an RC?
There was a problem hiding this comment.
As I said in googleapis/python-api-core#212, I think a beta is sensible for a semver-major breaking change. I'll let @crwilcox and @busunkim96 chime in on that.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
plamut
left a comment
There was a problem hiding this comment.
Also update the "Deprecated Python Versions" section in README like in other libraries?
Looks good otherwise, IMO.
tseaver
commented
Jun 18, 2021
Marked as |
@tseaver12014e2 has not been pushed yet? I can still see references to Python 2.7 in CONTRIBUTING when I pull the PR branch locally. Edit: Ah, the owlbot commit overrode those changes. Was that added to the PR branch involuntarily? Edit 2 The CONTRIBUTING file is tempalted and must be modified through |
Release-As: 2.0.0b1 Closes#102
0862f04 to
85775ccComparetseaver
commented
Jun 18, 2021
Uh oh!
There was an error while loading. Please reload this page.
…oud-core into 102-drop-python-2.7
Except for the README section documentin the last version supporting it.
tseaver
commented
Aug 1, 2021
Ugh, OwlBot is restoring the |
🤖 I have created a release \*beep\* \*boop\* --- ## [2.0.0](https://www.github.com/googleapis/python-cloud-core/compare/v2.0.0-b1...v2.0.0) (2021-08-18) ### ⚠ BREAKING CHANGES * drop python 2.7 support ([#103](https://www.github.com/googleapis/python-cloud-core/issues/103)) ([181d706](https://www.github.com/googleapis/python-cloud-core/commit/181d706e5b44d9d4189c21782551ce85c720d733)), closes [#102](https://www.github.com/googleapis/python-cloud-core/issues/102) ### Miscellaneous Chores * trigger 2.0.0 release ([#128](https://www.github.com/googleapis/python-cloud-core/issues/128)) ([aead67a](https://www.github.com/googleapis/python-cloud-core/commit/aead67a1244306d518b8ab150e143e5a29e1ab6f)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Release-As: 2.0.0b1
Closes#102.