Skip to content
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

chore: Drop Python 3.6 support #829

Merged
merged 3 commits into from
Nov 16, 2022
Merged

chore: Drop Python 3.6 support #829

merged 3 commits into from
Nov 16, 2022

Conversation

rwhogg
Copy link
Contributor

@rwhogg rwhogg commented Nov 16, 2022

3.6 is EOL upstream; we recommend using a supported version of Python.

As with the previous PR to drop Python 2 support, I don't consider this a breaking change because pip will gracefully select the right version for the Python version you are using.

Cloud NDB is one of the final Cloud Client libraries to
support Python 2 and retaining support for it will prevent
us from updating to the newest version of the underlying
Datastore libraries.

Not considering this a breaking change because pip will respect
python_requires in setup.py and not install a version that doesn't
support it anymore.
3.6 is EOL upstream; we recommend using a supported
version of Python.

As with the previous PR to drop Python 2 support,
I don't consider this a breaking change because pip
will gracefully select the right version for the
Python version you are using.
@rwhogg rwhogg requested review from a team as code owners November 16, 2022 15:04
@rwhogg rwhogg changed the title [MERGE #826 FIRST] chore: Dropy Python 3.6 support [MERGE #826 FIRST] chore: Drop Python 3.6 support Nov 16, 2022
@rwhogg rwhogg changed the title [MERGE #826 FIRST] chore: Drop Python 3.6 support chore: Drop Python 3.6 support Nov 16, 2022
@parthea parthea added kokoro:force-run Add this label to force Kokoro to re-run the tests. kokoro:run Add this label to force Kokoro to re-run the tests. owlbot:run Add this label to trigger the Owlbot post processor. labels Nov 16, 2022
@gcf-owl-bot gcf-owl-bot bot removed the owlbot:run Add this label to trigger the Owlbot post processor. label Nov 16, 2022
@yoshi-kokoro yoshi-kokoro removed kokoro:run Add this label to force Kokoro to re-run the tests. kokoro:force-run Add this label to force Kokoro to re-run the tests. labels Nov 16, 2022
@parthea parthea merged commit b110199 into googleapis:main Nov 16, 2022
@rwhogg rwhogg deleted the drop-py36 branch November 16, 2022 17:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants