Skip to content

Support for Python 3.11 #500

Closed
Closed
@Tenzer

Description

@Tenzer

Is your feature request related to a problem? Please describe.
This package currently specifies it isn't compatible with Python 3.11 (released yesterday), blocking me from upgrading to the latest stable Python release:

python_requires=">=3.7, <3.11",

Describe the solution you'd like
Ideally, the upper bound should either be removed, or perhaps be set to <4.0.0 so this won't become a problem for each new minor Python release.

Describe alternatives you've considered

Additional context
I don't know the background for why the upper boundary is set to 3.10, so perhaps this will just be a matter of either removing the upper boundary or setting it to e.g. 4.0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    api: bigqueryIssues related to the googleapis/python-bigquery-sqlalchemy API.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions