Skip to content

Commit c8a7def

Browse files
authored
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 <[email protected]> Signed-off-by: Sutou Kouhei <[email protected]>
1 parent 656ae38 commit c8a7def

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

dev/tasks/python-wheels/github.linux.yml

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -103,21 +103,6 @@ jobs:
103103
-e TEST_WHEELS=1 \
104104
almalinux-verify-rc
105105
106-
- name: Test wheel on Ubuntu 20.04
107-
shell: bash
108-
if: |
109-
'{{ python_version }}' == '3.9'
110-
env:
111-
UBUNTU: "20.04"
112-
run: |
113-
archery docker run \
114-
-e TEST_DEFAULT=0 \
115-
-e TEST_PYARROW_VERSION={{ arrow.no_rc_version }} \
116-
-e TEST_PYTHON_VERSIONS={{ python_version }} \
117-
-e TEST_WHEEL_PLATFORM_TAGS={{ wheel_platform_tag }} \
118-
-e TEST_WHEELS=1 \
119-
ubuntu-verify-rc
120-
121106
- name: Test wheel on Ubuntu 22.04
122107
shell: bash
123108
if: |

0 commit comments

Comments
 (0)