Closed
Description
Related: #462.
The BigQuery library does not support Python 3.9 yet, as the bqstorage
and pandas
extras are blocked by the pyarrow
dependency. Pyarrow added the Python 3.9 support, but the change has not been released yet (awaiting pyarrow==3.0.0
).
We need to reflect this in setup.py
's ``python_requires`.
Metadata
Metadata
Assignees
Labels
Issues related to the googleapis/python-bigquery API.Issues related to the googleapis/python-bigquery API.A process-related concern. May include testing, release, or the like.A process-related concern. May include testing, release, or the like.