File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515# specific language governing permissions and limitations
1616# under the License.
1717
18- Cython
18+ cython
1919importlib-resources
2020# libxml2 broke ABI compatibility
2121# https://github.com/conda-forge/arrow-cpp-feedstock/issues/1740
Original file line number Diff line number Diff 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} "
You can’t perform that action at this time.
0 commit comments