-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Explicitly declare support for Python 3.13 #2592
Copy link
Copy link
Closed
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
In particular, Python 3.13 is not presently listed in the classifiers argument to
setup.Lack of this support is preventing updates to Python 3.13 on projects for which
google-api-python-clientis a production (non-development) dependency.