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 2023/06/21 20:36:32 UTC

[arrow] branch main updated (95f1ad3c03 -> 8d021c401f)

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

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


    from 95f1ad3c03 MINOR: [CI] Bump actions/setup-dotnet from 2 to 3 (#36197)
     add 8d021c401f GH-34788: [Python][Packaging][CI] Drop Python 3.7 support (#36061)

No new revisions were added by this update.

Summary of changes:
 .github/workflows/python.yml                       | 36 +++++++++++-----------
 ci/docker/conda-python.dockerfile                  |  1 -
 .../python-wheel-windows-test-vs2017.dockerfile    |  5 ++-
 ci/docker/python-wheel-windows-vs2017.dockerfile   |  5 ++-
 ci/scripts/install_python.sh                       |  3 +-
 ci/scripts/r_install_system_dependencies.sh        |  2 +-
 dev/archery/setup.py                               |  6 ++--
 dev/release/verify-release-candidate-wheels.bat    |  5 +--
 dev/release/verify-release-candidate.sh            |  4 +--
 dev/tasks/tasks.yml                                | 11 +++----
 docker-compose.yml                                 |  2 +-
 .../developers/continuous_integration/archery.rst  |  2 +-
 .../developers/continuous_integration/crossbow.rst |  2 +-
 docs/source/python/install.rst                     |  2 +-
 python/asv.conf.json                               |  2 +-
 python/requirements-test.txt                       |  1 -
 python/requirements-wheel-test.txt                 |  3 +-
 python/setup.py                                    |  3 +-
 r/tests/testthat/test-python.R                     |  4 +--
 19 files changed, 46 insertions(+), 53 deletions(-)