Skip to content

Commit f053e2d

Browse files
committed
Code review comments, bump some jobs to Python 3.13, update version for some jobs to Python 3.12 and update docs
1 parent f1f17cd commit f053e2d

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/workflows/archery.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
- name: Setup Python
6868
uses: actions/[email protected]
6969
with:
70-
python-version: '3.10'
70+
python-version: '3.12'
7171
- name: Install pygit2 binary wheel
7272
run: pip install pygit2 --only-binary pygit2
7373
- name: Install Archery, Crossbow- and Test Dependencies

.github/workflows/cpp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ jobs:
468468
uses: actions/[email protected]
469469
id: python-install
470470
with:
471-
python-version: '3.10'
471+
python-version: '3.12'
472472
- name: Install Google Cloud Storage Testbench
473473
shell: msys2 {0}
474474
env:

.github/workflows/docs_light.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,12 @@ env:
4141
jobs:
4242

4343
light:
44-
name: AMD64 Conda Python 3.10 Sphinx Documentation
44+
name: AMD64 Conda Python 3.12 Sphinx Documentation
4545
runs-on: ubuntu-latest
4646
if: ${{ !contains(github.event.pull_request.title, 'WIP') }}
4747
timeout-minutes: 60
4848
env:
49-
PYTHON: "3.10"
49+
PYTHON: "3.12"
5050
steps:
5151
- name: Checkout Arrow
5252
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0

.github/workflows/python.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
- conda-python-docs
6666
- conda-python-3.11-nopandas
6767
- conda-python-3.10-pandas-1.3.4
68-
- conda-python-3.12-pandas-latest
68+
- conda-python-3.13-pandas-latest
6969
- conda-python-3.12-no-numpy
7070
include:
7171
- name: conda-python-docs
@@ -85,11 +85,11 @@ jobs:
8585
python: "3.10"
8686
pandas: "1.3.4"
8787
numpy: "1.21.2"
88-
- name: conda-python-3.12-pandas-latest
89-
cache: conda-python-3.12
88+
- name: conda-python-3.13-pandas-latest
89+
cache: conda-python-3.13
9090
image: conda-python-pandas
91-
title: AMD64 Conda Python 3.12 Pandas latest
92-
python: "3.12"
91+
title: AMD64 Conda Python 3.13 Pandas latest
92+
python: "3.13"
9393
pandas: latest
9494
- name: conda-python-3.12-no-numpy
9595
cache: conda-python-3.12

dev/tasks/tasks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1122,8 +1122,8 @@ tasks:
11221122
("3.11", "latest", "latest", False),
11231123
("3.12", "latest", "1.26", False),
11241124
("3.12", "latest", "latest", False),
1125-
("3.12", "nightly", "nightly", False),
1126-
("3.12", "upstream_devel", "nightly", False)] %}
1125+
("3.13", "nightly", "nightly", False),
1126+
("3.13", "upstream_devel", "nightly", False)] %}
11271127
test-conda-python-{{ python_version }}-pandas-{{ pandas_version }}-numpy-{{ numpy_version }}:
11281128
ci: github
11291129
template: docker-tests/github.linux.yml

docs/source/python/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Dependencies
7373

7474
Optional dependencies
7575

76-
* **NumPy 1.16.6** or higher.
77-
* **pandas 1.0** or higher,
76+
* **NumPy 1.21.2** or higher.
77+
* **pandas 1.3.4** or higher,
7878
* **cffi**.
7979

8080
Additional packages PyArrow is compatible with are :ref:`fsspec <filesystem-fsspec>`

0 commit comments

Comments
 (0)