Skip to content

fix: remove python runtime upper bound in setup.py#17788

Merged
hebaalazzeh merged 2 commits into
mainfrom
fix/sqlalchemy-bigquery-python-3.15-compat
Jul 20, 2026
Merged

fix: remove python runtime upper bound in setup.py#17788
hebaalazzeh merged 2 commits into
mainfrom
fix/sqlalchemy-bigquery-python-3.15-compat

Conversation

@hebaalazzeh

@hebaalazzeh hebaalazzeh commented Jul 20, 2026

Copy link
Copy Markdown
Contributor

This PR removes the upper bound on python_requires version constraint range.

Key Changes

  • setup.py: removed the upper bound constraint python_requires=">=3.10, <3.15" to python_requires=">=3.10".

Fixes #17786

@gemini-code-assist gemini-code-assist Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request updates the Python version requirement in setup.py for sqlalchemy-bigquery to support Python versions up to <3.16 (previously <3.15). I have no feedback to provide as there are no review comments.

@hebaalazzeh hebaalazzeh self-assigned this Jul 20, 2026
@hebaalazzeh
hebaalazzeh marked this pull request as ready for review July 20, 2026 19:34
@hebaalazzeh
hebaalazzeh requested review from a team as code owners July 20, 2026 19:34
@hebaalazzeh
hebaalazzeh requested review from sycai and removed request for a team July 20, 2026 19:34
Comment thread packages/sqlalchemy-bigquery/setup.py Outdated
@hebaalazzeh
hebaalazzeh force-pushed the fix/sqlalchemy-bigquery-python-3.15-compat branch from c1b6aab to 6c6933d Compare July 20, 2026 19:54
@hebaalazzeh
hebaalazzeh enabled auto-merge (squash) July 20, 2026 19:57
@parthea parthea changed the title fix: sqlalchemy bigquery python 3.15 compat fix: remove python runtime upper bound in setup.py Jul 20, 2026
@hebaalazzeh
hebaalazzeh merged commit 14447fb into main Jul 20, 2026
39 checks passed
@hebaalazzeh
hebaalazzeh deleted the fix/sqlalchemy-bigquery-python-3.15-compat branch July 20, 2026 22:08
hebaalazzeh added a commit that referenced this pull request Jul 20, 2026
This PR adds support for Python 3.15 in `sqlalchemy-bigquery` by
removing the `python_requires` version constraint range.

### Key Changes
- **setup.py**: removed the upper bound constraint
`python_requires=">=3.10, <3.15"` to `python_requires=">=3.10"`.

Resolves #17786
This was referenced Jul 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

chore: support Python 3.15 in sqlalchemy-bigquery

2 participants