This is an automated email from the ASF dual-hosted git repository.

kou pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git


The following commit(s) were added to refs/heads/master by this push:
     new aec1f97  ARROW-10340: [Packaging][deb][RPM] Use Python 3.8 for pygit2
aec1f97 is described below

commit aec1f97e702bacc32d13437e21d6c4632c0085f3
Author: Sutou Kouhei <[email protected]>
AuthorDate: Mon Oct 19 14:03:16 2020 +0900

    ARROW-10340: [Packaging][deb][RPM] Use Python 3.8 for pygit2
    
    Because pygit2 wheel for Python 3.9 isn't available yet.
    
    Closes #8488 from kou/packaging-linux-use-python-3.8
    
    Authored-by: Sutou Kouhei <[email protected]>
    Signed-off-by: Sutou Kouhei <[email protected]>
---
 dev/tasks/linux-packages/github.linux.amd64.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev/tasks/linux-packages/github.linux.amd64.yml 
b/dev/tasks/linux-packages/github.linux.amd64.yml
index 9da7e23..97ec576 100644
--- a/dev/tasks/linux-packages/github.linux.amd64.yml
+++ b/dev/tasks/linux-packages/github.linux.amd64.yml
@@ -74,7 +74,9 @@ jobs:
       # The tag upload took 43 minutes because of this scan, so use an
       # alternative upload script.
       - name: Set up Python
-        uses: actions/setup-python@master
+        uses: actions/setup-python@v2
+        with:
+          python-version: 3.8
       - name: Set up Crossbow
         run: |
           pip install \

Reply via email to