Skip to content

Drop Python 2.7 support #777

@tseaver

Description

@tseaver

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.

Metadata

Metadata

Assignees

Labels

semver: majorHint for users that this is an API breaking change.type: cleanupAn internal cleanup or hygiene concern.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions