Commit 14447fb
authored
fix: sqlalchemy bigquery python 3.15 compat (#17788)
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 #177861 parent e473230 commit 14447fb
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments