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 f121f12a8 chore(dev/release): test latest Python in
verify-release-candidate (#1918)
f121f12a8 is described below
commit f121f12a8c6f536390af5b3765c46954116f0b42
Author: David Li <[email protected]>
AuthorDate: Fri Jun 14 14:31:35 2024 +0900
chore(dev/release): test latest Python in verify-release-candidate (#1918)
Fixes #1251.
---
dev/release/verify-release-candidate.sh | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/dev/release/verify-release-candidate.sh
b/dev/release/verify-release-candidate.sh
index 825a450d4..4fc335e2f 100755
--- a/dev/release/verify-release-candidate.sh
+++ b/dev/release/verify-release-candidate.sh
@@ -318,9 +318,7 @@ install_conda() {
maybe_setup_conda() {
# Optionally setup conda environment with the passed dependencies
local env="conda-${CONDA_ENV:-source}"
- # XXX(https://github.com/apache/arrow-adbc/issues/1247): no duckdb for
- # python 3.12 on conda-forge right now
- local pyver=${PYTHON_VERSION:-3.11}
+ local pyver=${PYTHON_VERSION:-3}
if [ "${USE_CONDA}" -gt 0 ]; then
show_info "Configuring Conda environment..."