From c8a7defecbb529b3e01cb115d58500b83d02cce0 Mon Sep 17 00:00:00 2001 From: Sutou Kouhei Date: Tue, 11 Feb 2025 07:10:51 +0900 Subject: [PATCH] GH-45482: [CI][Python] Don't use Ubuntu 20.04 for wheel test (#45483) ### Rationale for this change Ubuntu 20.04 will reach EOL on 2025-05. ### What changes are included in this PR? Remove a wheel test that uses Ubuntu 20.04. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #45482 Authored-by: Sutou Kouhei Signed-off-by: Sutou Kouhei --- dev/tasks/python-wheels/github.linux.yml | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/dev/tasks/python-wheels/github.linux.yml b/dev/tasks/python-wheels/github.linux.yml index b32b1805b6dfb..87631ba35044a 100644 --- a/dev/tasks/python-wheels/github.linux.yml +++ b/dev/tasks/python-wheels/github.linux.yml @@ -103,21 +103,6 @@ jobs: -e TEST_WHEELS=1 \ almalinux-verify-rc - - name: Test wheel on Ubuntu 20.04 - shell: bash - if: | - '{{ python_version }}' == '3.9' - env: - UBUNTU: "20.04" - run: | - archery docker run \ - -e TEST_DEFAULT=0 \ - -e TEST_PYARROW_VERSION={{ arrow.no_rc_version }} \ - -e TEST_PYTHON_VERSIONS={{ python_version }} \ - -e TEST_WHEEL_PLATFORM_TAGS={{ wheel_platform_tag }} \ - -e TEST_WHEELS=1 \ - ubuntu-verify-rc - - name: Test wheel on Ubuntu 22.04 shell: bash if: |