Skip to content

Commit 4d52774

Browse files
authored
GH-46610: [CI][Release] Use Python 3.12 on AlmaLinux 8 (#46621)
### Rationale for this change It seems that the default Python was changed to 3.12 from 3.11. ### What changes are included in this PR? Use Python 3.12 development package. ### Are these changes tested? Yes. ### Are there any user-facing changes? No. * GitHub Issue: #46610 Authored-by: Sutou Kouhei <kou@clear-code.com> Signed-off-by: Raúl Cumplido <raulcumplido@gmail.com>
1 parent 0c18968 commit 4d52774

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

dev/release/setup-rhel-rebuilds.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dnf -y install \
4242
ninja-build \
4343
nodejs \
4444
openssl-devel \
45-
python3.11-devel \
45+
python3.12-devel \
4646
ruby-devel \
4747
sqlite-devel \
4848
vala-devel \
@@ -52,4 +52,3 @@ dnf -y install \
5252
npm install -g yarn
5353

5454
python3 -m ensurepip --upgrade
55-
alternatives --set python /usr/bin/python3

0 commit comments

Comments
 (0)