apache / datafusion-python

Apache DataFusion Python Bindings
https://datafusion.apache.org/python
Apache License 2.0
320 stars 63 forks source link

use python 3.11 to publish docs #645

Closed andygrove closed 2 months ago

andygrove commented 2 months ago

Which issue does this PR close?

Closes https://github.com/apache/datafusion-python/issues/644 (hopefully)

Rationale for this change

What changes are included in this PR?

Are there any user-facing changes?

raulcd commented 2 months ago

protoc seems to be failing with 404 on release 3.20.3: https://github.com/protocolbuffers/protobuf/releases/tag/v3.20.3 It seems osx aarch64 was removed from there. Is there a possibility to use a different version? 3.20.2 seems to have it so maybe forcing it?

andygrove commented 2 months ago

Thanks @raulcd I specified 3.20.3 in this PR