Skip to content

Commit

Permalink
Support python 3.11 (#427)
Browse files Browse the repository at this point in the history
With googleapis/python-bigquery#1736 released in
version [3.14.0](googleapis/python-bigquery#1709) of
BigQuery, python 3.11 is supported, so recap should also be able to support it.

BigQuery changelog here:

https://github.com/googleapis/python-bigquery/blob/main/CHANGELOG.md
  • Loading branch information
mjperrone authored Feb 29, 2024
1 parent 00541ac commit 26ca123
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 93 deletions.
103 changes: 13 additions & 90 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,7 @@ authors = [
]
dependencies = [
]
# <= 3.11 for python-bigquery
requires-python = ">=3.10, <=3.11"
requires-python = ">=3.10, <=3.12"
readme = "README.md"
license = {text = "MIT"}
keywords = [
Expand Down Expand Up @@ -47,7 +46,7 @@ hive = [
"pymetastore>=0.2.0",
]
bigquery = [
"google-cloud-bigquery>=3.11.3",
"google-cloud-bigquery>=3.17.2",
]
json = [
"referencing>=0.30.0",
Expand Down

0 comments on commit 26ca123

Please sign in to comment.