Skip to content

chore: Bound maximum supported Python version #465

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

Merged
merged 2 commits into from
Jan 11, 2021

Conversation

plamut
Copy link
Contributor

@plamut plamut commented Jan 8, 2021

Closes #464.

Bounding the Python versions gives a much more clear error message on installation attempts, as opposed to compile errors when trying to install pyarrow from source (pulls in the numpy==1.16.0 dependency which fails to compile).

@plamut plamut added the type: process A process-related concern. May include testing, release, or the like. label Jan 8, 2021
@plamut plamut requested review from tswast and a team January 8, 2021 10:21
@google-cla google-cla bot added the cla: yes This human has signed the Contributor License Agreement. label Jan 8, 2021
@product-auto-label product-auto-label bot added the api: bigquery Issues related to the googleapis/python-bigquery API. label Jan 8, 2021
Copy link
Contributor

@tswast tswast left a comment

Choose a reason for hiding this comment

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

I have mixed feelings about this, but I think it's the right call.

Interestingly, there are conda builds for several versions of pyarrow, just not wheels https://anaconda.org/conda-forge/pyarrow/files

@plamut plamut merged commit 99ef1d2 into googleapis:master Jan 11, 2021
@plamut plamut deleted the iss-464 branch January 11, 2021 09:18
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 API. cla: yes This human has signed the Contributor License Agreement. type: process A process-related concern. May include testing, release, or the like.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bound the maximum supported Python version
2 participants