Skip to content

Commit

Permalink
chore(dev/release): test latest Python in verify-release-candidate
Browse files Browse the repository at this point in the history
  • Loading branch information
lidavidm committed Jun 14, 2024
1 parent 7fb31cd commit a70d2b0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions dev/release/verify-release-candidate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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..."
Expand Down

0 comments on commit a70d2b0

Please sign in to comment.