You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@arrow.apache.org by ko...@apache.org on 2021/01/15 02:44:13 UTC

[arrow] branch master updated: ARROW-11255: [Packaging][Conda][macOS] Fix Python version

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 5aeb5b4  ARROW-11255: [Packaging][Conda][macOS] Fix Python version
5aeb5b4 is described below

commit 5aeb5b4e0402c8058e20e6059e35d548e51fba43
Author: Sutou Kouhei <ko...@clear-code.com>
AuthorDate: Fri Jan 15 11:43:12 2021 +0900

    ARROW-11255: [Packaging][Conda][macOS] Fix Python version
    
    This was introduced by a2c732da52e3814c3366d5366255386d84643250
    unexpectedly.
    
    Closes #9207 from kou/packaging-conda-osx-python-3.7-version
    
    Authored-by: Sutou Kouhei <ko...@clear-code.com>
    Signed-off-by: Sutou Kouhei <ko...@clear-code.com>
---
 dev/tasks/conda-recipes/.ci_support/osx_python3.7.____cpython.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev/tasks/conda-recipes/.ci_support/osx_python3.7.____cpython.yaml b/dev/tasks/conda-recipes/.ci_support/osx_python3.7.____cpython.yaml
index 8f66d60..8880717 100644
--- a/dev/tasks/conda-recipes/.ci_support/osx_python3.7.____cpython.yaml
+++ b/dev/tasks/conda-recipes/.ci_support/osx_python3.7.____cpython.yaml
@@ -49,7 +49,7 @@ pin_run_as_build:
   zlib:
     max_pin: x.x
 python:
-- 3.8.* *_cpython
+- 3.7.* *_cpython
 re2:
 - 2020.10.01
 snappy: