raulcd commented on code in PR #47478: URL: https://github.com/apache/arrow/pull/47478#discussion_r2321341533
########## .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: Those are the first two versions with Py3.10 support. I am not sure whether this job with lower bound versions is necessary maybe @jorisvandenbossche @WillAyd -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org