kszucs commented on a change in pull request #7021: URL: https://github.com/apache/arrow/pull/7021#discussion_r420014427
########## File path: .github/workflows/archery.yml ########## @@ -48,13 +50,15 @@ jobs: - name: Setup Python uses: actions/setup-python@v1 with: - python-version: '3.7' - - name: Install + python-version: '3.5' Review comment: On older linux distros this is the default, so I was trying to make it more convenient for non-python developers. We can of course increase the python requirement later. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org