jorisvandenbossche commented on code in PR #43970:
URL: https://github.com/apache/arrow/pull/43970#discussion_r1751546809
##########
.github/workflows/python.yml:
##########
@@ -56,41 +56,41 @@ jobs:
matrix:
name:
- conda-python-docs
- - conda-python-3.9-nopandas
- - conda-python-3.8-pandas-1.0
- - conda-python-3.10-pandas-latest
- - conda-python-3.10-no-numpy
+ - conda-python-3.10-nopandas
+ - conda-python-3.9-pandas-1.5
+ - conda-python-3.11-pandas-latest
+ - conda-python-3.11-no-numpy
include:
- name: conda-python-docs
- cache: conda-python-3.9
+ cache: conda-python-3.10
image: conda-python-docs
- title: AMD64 Conda Python 3.9 Sphinx & Numpydoc
- python: 3.9
- - name: conda-python-3.9-nopandas
- cache: conda-python-3.9
+ title: AMD64 Conda Python 3.10 Sphinx & Numpydoc
+ python: "3.10"
+ - name: conda-python-3.10-nopandas
+ cache: conda-python-3.10
image: conda-python
- title: AMD64 Conda Python 3.9 Without Pandas
- python: 3.9
- - name: conda-python-3.8-pandas-1.0
- cache: conda-python-3.8
+ title: AMD64 Conda Python 3.10 Without Pandas
+ python: "3.10"
+ - name: conda-python-3.9-pandas-1.5
+ cache: conda-python-3.9
image: conda-python-pandas
- title: AMD64 Conda Python 3.8 Pandas 1.0
- python: 3.8
- pandas: "1.0"
- numpy: 1.16
- - name: conda-python-3.10-pandas-latest
- cache: conda-python-3.10
+ title: AMD64 Conda Python 3.9 Pandas 1.5
+ python: 3.9
+ pandas: "1.5"
+ numpy: 1.24
Review Comment:
FWIW if we want to keep this PR conservative regarding other deps, and just
update numpy / pandas to the minimal required to allow bumping Python, then it
would be pandas 1.1 and numpy 1.19.
And then we can have a separate issue / PR about properly bumping pandas and
numpy (and cleaning up the code for it), because I do support bumping pandas to
1.5.
--
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]