fix: require Python 3.10+#17245
Conversation
There was a problem hiding this comment.
Code Review
This pull request updates the google-cloud-bigtable library, bumping the minimum supported Python version to 3.10 and updating core dependencies. It introduces internal session-related types, adds an Edition field to the Instance type, and enhances AutomatedBackupPolicy with location-based settings. The PR also includes significant cleanup of repository metadata, fixes to asynchronous sample code, and updates to the documentation and copyright headers. I have no feedback to provide.
|
This file has a lingering reference to 3.8 that is unnecessary: Other than that, this looks very clean of all references to 3.7, 3.8, 3.9. Lingering references appear to be standard boilerplate that should be there. |
chalmerlowe
left a comment
There was a problem hiding this comment.
I would like to request that one last unnecessary reference to version 3.8 be removed.
Other than that, approved.
|
New failures |
chore: enable generation / release for bigtable
Fixes b/510022189, b/507893758, b/507889482, b/503326310