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

Drop Python 2.7 support #777

Closed
2 tasks done
tseaver opened this issue Jun 16, 2021 · 0 comments · Fixed by #778
Closed
2 tasks done

Drop Python 2.7 support #777

tseaver opened this issue Jun 16, 2021 · 0 comments · Fixed by #778
Assignees
Labels
semver: major Hint for users that this is an API breaking change. type: cleanup An internal cleanup or hygiene concern.

Comments

@tseaver
Copy link
Contributor

tseaver commented Jun 16, 2021

This would be semver major.

We should verify that clients which cannot move already pin google.auth < 2.0.0dev directly, or transitively.

Extra cleanups:

.- Drop mock wrapper (use from unittest import mock directly). We cannot drop mock because Python 3.6 / 3.7 do not have unittest.mock.AsyncMock in the stdlib.

  • Drop six.
  • Drop u" prefixes for text strings.
@tseaver tseaver added type: cleanup An internal cleanup or hygiene concern. semver: major Hint for users that this is an API breaking change. labels Jun 16, 2021
tseaver added a commit that referenced this issue Jun 16, 2021
Relase-As: 2.0.0b1

Closes #777.
tseaver added a commit that referenced this issue Jun 16, 2021
Release-As: 2.0.0b1

Closes #777.
@tseaver tseaver self-assigned this Jul 27, 2021
tseaver added a commit that referenced this issue Aug 3, 2021
Drop use of 'six' wrapper library.

Drop 'u"' prefixes.

Drop support for app_engine 'classic' mode (Python 2.7-only).

Release-As: 2.0.0b1

Closes #777.
@Liamtoha Liamtoha mentioned this issue May 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver: major Hint for users that this is an API breaking change. type: cleanup An internal cleanup or hygiene concern.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant