This is an automated email from the ASF dual-hosted git repository.
lidavidm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow-adbc.git
The following commit(s) were added to refs/heads/main by this push:
new b7780ec2c ci: drop 3.9 from verification, add 3.14 (#3663)
b7780ec2c is described below
commit b7780ec2c71447792b2f2b9e3e80bd0ae9ac380c
Author: David Li <[email protected]>
AuthorDate: Mon Nov 3 18:47:29 2025 +0900
ci: drop 3.9 from verification, add 3.14 (#3663)
---
dev/release/verify-release-candidate.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev/release/verify-release-candidate.sh
b/dev/release/verify-release-candidate.sh
index 856966fbd..760c51eec 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -840,7 +840,7 @@ test_linux_wheels() {
local arch="x86_64"
fi
- local python_versions="${TEST_PYTHON_VERSIONS:-3.9 3.10 3.11 3.12 3.13}"
+ local python_versions="${TEST_PYTHON_VERSIONS:-3.10 3.11 3.12 3.13 3.14}"
for python in ${python_versions}; do
local pyver=${python/m}
@@ -862,7 +862,7 @@ test_macos_wheels() {
local platform_tags="x86_64"
fi
- local python_versions="${TEST_PYTHON_VERSIONS:-3.9 3.10 3.11 3.12 3.13}"
+ local python_versions="${TEST_PYTHON_VERSIONS:-3.10 3.11 3.12 3.13 3.14}"
# verify arch-native wheels inside an arch-native conda environment
for python in ${python_versions}; do