Skip to content

Commit 746d2dc

Browse files
authored
ci: unpin python, work around mamba bug (#4293)
- Unpin Python 3.12. - Lowercase the Cython requirement (mamba-org/mamba#4251)
1 parent c09332f commit 746d2dc

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

ci/conda_env_python.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# specific language governing permissions and limitations
1616
# under the License.
1717

18-
Cython
18+
cython
1919
importlib-resources
2020
# libxml2 broke ABI compatibility
2121
# https://github.com/conda-forge/arrow-cpp-feedstock/issues/1740

dev/release/verify-release-candidate.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -569,8 +569,7 @@ test_python() {
569569

570570
# Build and test Python
571571
maybe_setup_virtualenv cython duckdb pandas polars protobuf pyarrow pytest setuptools_scm setuptools importlib_resources || exit 1
572-
# XXX: pin Python for now since various other packages haven't caught up
573-
maybe_setup_conda --file "${ADBC_DIR}/ci/conda_env_python.txt" python=3.12 || exit 1
572+
maybe_setup_conda --file "${ADBC_DIR}/ci/conda_env_python.txt" || exit 1
574573

575574
if [ "${USE_CONDA}" -gt 0 ]; then
576575
CMAKE_PREFIX_PATH="${CONDA_BACKUP_CMAKE_PREFIX_PATH}:${CMAKE_PREFIX_PATH}"

0 commit comments

Comments
 (0)