WillAyd commented on code in PR #47478:
URL: https://github.com/apache/arrow/pull/47478#discussion_r2324771556
##########
.github/workflows/python.yml:
##########
@@ -63,41 +63,41 @@ jobs:
matrix:
name:
- conda-python-docs
- - conda-python-3.10-nopandas
- - conda-python-3.9-pandas-1.1.3
- - conda-python-3.11-pandas-latest
- - conda-python-3.11-no-numpy
+ - conda-python-3.11-nopandas
+ - conda-python-3.10-pandas-1.3.4
+ - conda-python-3.12-pandas-latest
+ - conda-python-3.12-no-numpy
include:
- name: conda-python-docs
cache: conda-python-3.10
image: conda-python-docs
title: AMD64 Conda Python 3.10 Sphinx & Numpydoc
python: "3.10"
- - name: conda-python-3.10-nopandas
- cache: conda-python-3.10
+ - name: conda-python-3.11-nopandas
+ cache: conda-python-3.11
image: conda-python
- title: AMD64 Conda Python 3.10 Without Pandas
- python: "3.10"
- - name: conda-python-3.9-pandas-1.1.3
- cache: conda-python-3.9
+ title: AMD64 Conda Python 3.11 Without Pandas
+ python: "3.11"
+ - name: conda-python-3.10-pandas-1.3.4
+ cache: conda-python-3.10
image: conda-python-pandas
- title: AMD64 Conda Python 3.9 Pandas 1.1.3
- python: 3.9
- pandas: "1.1.3"
- numpy: 1.19.5
- - name: conda-python-3.11-pandas-latest
- cache: conda-python-3.11
+ title: AMD64 Conda Python 3.10 Pandas 1.3.4
+ python: "3.10"
+ pandas: "1.3.4"
+ numpy: "1.21.2"
Review Comment:
I can't speak to the history of this job, but this seems right to do
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]