pitrou commented on code in PR #43970:
URL: https://github.com/apache/arrow/pull/43970#discussion_r1756833066
##########
.github/workflows/go.yml:
##########
@@ -209,7 +209,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 #
v5.2.0
with:
- python-version: 3.8
+ python-version: 3.9
Review Comment:
If we use `3.x`, though, the build may fail because of missing dependencies
or incompatibilities on the next version bump.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]