Skip to content

Commit 4051fbb

Browse files
committed
Upgrade Python version in CI
1 parent e5337b5 commit 4051fbb

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.env

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,5 @@ MAVEN=3.9.9
5353
# Versions for various dependencies used to build artifacts
5454
# Keep in sync with apache/arrow
5555
ARROW_REPO_ROOT=./arrow
56-
PYTHON=3.9
56+
PYTHON=3.13
5757
VCPKG="f7423ee180c4b7f40d43402c2feb3859161ef625" # 2024.06.15 Release

compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,12 +92,12 @@ services:
9292
# Usage:
9393
# docker compose build vcpkg-jni
9494
# docker compose run vcpkg-jni
95-
image: ${REPO}:${ARCH}-vcpkg-jni-${VCPKG}
95+
image: ${REPO}:${ARCH}-vcpkg-jni-${PYTHON}-${VCPKG}
9696
build:
9797
context: .
9898
dockerfile: ci/docker/vcpkg-jni.dockerfile
9999
cache_from:
100-
- ${REPO}:${ARCH}-vcpkg-jni-${VCPKG}
100+
- ${REPO}:${ARCH}-vcpkg-jni-${PYTHON}-${VCPKG}
101101
args:
102102
base: ${ARROW_REPO}:${ARCH}-python-${PYTHON}-wheel-manylinux-2014-vcpkg-${VCPKG}
103103
volumes:

0 commit comments

Comments
 (0)