Skip to content

Python 3.12 support #913

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

Closed
VelizarVESSELINOV opened this issue Oct 15, 2023 · 3 comments
Closed

Python 3.12 support #913

VelizarVESSELINOV opened this issue Oct 15, 2023 · 3 comments
Labels
api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.

Comments

@VelizarVESSELINOV
Copy link

pip3.12 install sqlalchemy-bigquery==1.8.0
ERROR: Ignored the following versions that require a different python version: 1.0.0 Requires-Python >=3.6, <3.10; 1.0.0a1 Requires-Python >=3.6, <3.10; 1.1.0 Requires-Python >=3.6, <3.10; 1.2.0 Requires-Python >=3.6, <3.10; 1.2.1 Requires-Python >=3.6, <3.10; 1.2.2 Requires-Python >=3.6, <3.10; 1.3.0 Requires-Python >=3.6, <3.11; 1.4.0 Requires-Python >=3.6, <3.11; 1.4.1 Requires-Python >=3.6, <3.11; 1.4.2 Requires-Python >=3.6, <3.11; 1.4.3 Requires-Python >=3.6, <3.11; 1.4.4 Requires-Python >=3.6, <3.11; 1.5.0 Requires-Python >=3.7, <3.11; 1.6.0 Requires-Python >=3.7, <3.12; 1.6.1 Requires-Python >=3.7, <3.12; 1.7.0 Requires-Python >=3.7, <3.12; 1.8.0 Requires-Python >=3.7, <3.12
ERROR: Could not find a version that satisfies the requirement sqlalchemy-bigquery==1.8.0 (from versions: 0.0.1.dev0, 0.0.2.dev0, 0.0.4, 0.0.5, 0.0.6, 0.0.7)
ERROR: No matching distribution found for sqlalchemy-bigquery==1.8.0

Only sqlalchemy-bigquery==0.0.7 is "compatible" with Python3.12

pip3.12 install sqlalchemy-bigquery
Collecting sqlalchemy-bigquery
  Downloading sqlalchemy_bigquery-0.0.7.tar.gz (5.1 kB)
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Building wheels for collected packages: sqlalchemy-bigquery
  Building wheel for sqlalchemy-bigquery (pyproject.toml) ... done
  Created wheel for sqlalchemy-bigquery: filename=sqlalchemy_bigquery-0.0.7-py3-none-any.whl size=4830 sha256=ab8b02ce94c8950da6d095e5da85adf98cf1d81e27495793235ee025c48f3ea4
  Stored in directory: /Users/vv/Library/Caches/pip/wheels/8c/da/0a/e9872d044671fdb12363a43ab58f07de31e417fbdeac6cba9b
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery-sqlalchemy API. label Oct 15, 2023
@Linchin Linchin added the priority: p2 Moderately-important priority. Fix may not be included in next release. label Oct 27, 2023
@meredithslota meredithslota added the type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design. label Nov 21, 2023
@igorghi
Copy link

igorghi commented Dec 8, 2023

@Linchin Would you be able to get this PR merged into main anytime soon?

@Linchin
Copy link
Contributor

Linchin commented Dec 13, 2023

Thank you for the reminder, we have released a new version with python 3.12 support this week, along with the rest of handwritten bigquery packages.

@Linchin Linchin closed this as completed Dec 13, 2023
@igorghi
Copy link

igorghi commented Dec 14, 2023

Thanks great! Thank you 😃

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. priority: p2 Moderately-important priority. Fix may not be included in next release. type: feature request ‘Nice-to-have’ improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

4 participants