Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for Python 3.11 #500

Closed
Tenzer opened this issue Oct 26, 2022 · 1 comment · Fixed by #512
Closed

Support for Python 3.11 #500

Tenzer opened this issue Oct 26, 2022 · 1 comment · Fixed by #512
Labels
api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API.

Comments

@Tenzer
Copy link

Tenzer commented Oct 26, 2022

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.

@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. label Oct 26, 2022
@potiuk
Copy link

potiuk commented Nov 24, 2022

Yeah. Would be cool. We also need it for Apache Airflow. I keep on rebasing apache/airflow#27264 and right now 3.11 stay is way better than it was when I started a month ago (PyArrow just released binary wheels two days ago and it unblocked our CI builds - there are a couple more for Google integration and bigquery sqlalchemy is on the list too.

If there is any way I can help - happy to help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants