-
Notifications
You must be signed in to change notification settings - Fork 167
Closed
Labels
api: storageIssues related to the googleapis/python-storage API.Issues related to the googleapis/python-storage API.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.
Description
Except under Python 2.7, current versions of google-api-core and google-cloud-core no longer use or depend on the pytz library, preferring instead to use the stdlib's datetime.timezone and datetime.timezone.utc.
- Add testing with the
2.0.0b1versions ofgoogle-api-core,google-cloud-core, andgoogle-authunder Python 3.9. - Drop any use of
pytzin tests or examples.
Metadata
Metadata
Assignees
Labels
api: storageIssues related to the googleapis/python-storage API.Issues related to the googleapis/python-storage API.type: cleanupAn internal cleanup or hygiene concern.An internal cleanup or hygiene concern.