Skip to content

Commit b36ff71

Browse files
GH-34789: [CI][Python] Update the Python versions in our nightly CI matrix (#35548)
* Closes: #34789 Authored-by: Joris Van den Bossche <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
1 parent a26b30d commit b36ff71

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

dev/tasks/tasks.yml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1193,24 +1193,24 @@ tasks:
11931193
image: conda-python
11941194
{% endfor %}
11951195

1196-
test-conda-python-3.8-hypothesis:
1196+
test-conda-python-3.11-hypothesis:
11971197
ci: github
11981198
template: docker-tests/github.linux.yml
11991199
params:
12001200
env:
1201-
PYTHON: 3.8
1201+
PYTHON: 3.11
12021202
HYPOTHESIS_PROFILE: ci
12031203
PYARROW_TEST_HYPOTHESIS: ON
12041204
# limit to execute hypothesis tests only
12051205
PYTEST_ARGS: "-m hypothesis"
12061206
image: conda-python-pandas
12071207

1208-
test-conda-python-3.9-substrait:
1208+
test-conda-python-3.10-substrait:
12091209
ci: github
12101210
template: docker-tests/github.linux.yml
12111211
params:
12121212
env:
1213-
PYTHON: "3.9"
1213+
PYTHON: "3.10"
12141214
image: conda-python-substrait
12151215

12161216
test-debian-11-python-3:
@@ -1470,11 +1470,11 @@ tasks:
14701470

14711471
############################## Integration tests ############################
14721472

1473-
{% for python_version, pandas_version, numpy_version, cache_leaf in [("3.7", "1.0", "1.19", True),
1474-
("3.7", "latest", "latest", False),
1475-
("3.8", "latest", "latest", False),
1476-
("3.8", "nightly", "nightly", False),
1477-
("3.9", "upstream_devel", "nightly", False)] %}
1473+
{% for python_version, pandas_version, numpy_version, cache_leaf in [("3.8", "1.0", "1.19", True),
1474+
("3.9", "latest", "latest", False),
1475+
("3.10", "latest", "latest", False),
1476+
("3.10", "nightly", "nightly", False),
1477+
("3.11", "upstream_devel", "nightly", False)] %}
14781478
test-conda-python-{{ python_version }}-pandas-{{ pandas_version }}:
14791479
ci: github
14801480
template: docker-tests/github.linux.yml
@@ -1495,25 +1495,25 @@ tasks:
14951495
{% endfor %}
14961496

14971497
{% for dask_version in ["latest", "upstream_devel"] %}
1498-
test-conda-python-3.9-dask-{{ dask_version }}:
1498+
test-conda-python-3.11-dask-{{ dask_version }}:
14991499
ci: github
15001500
template: docker-tests/github.linux.yml
15011501
params:
15021502
env:
1503-
PYTHON: 3.9
1503+
PYTHON: 3.11
15041504
DASK: "{{ dask_version }}"
15051505
# use the latest dask release, so prevent reusing any cached layers
15061506
flags: --no-leaf-cache
15071507
image: conda-python-dask
15081508
{% endfor %}
15091509

15101510
{% for hdfs_version in ["2.9.2", "3.2.1"] %}
1511-
test-conda-python-3.7-hdfs-{{ hdfs_version }}:
1511+
test-conda-python-3.10-hdfs-{{ hdfs_version }}:
15121512
ci: github
15131513
template: docker-tests/github.linux.yml
15141514
params:
15151515
env:
1516-
PYTHON: 3.7
1516+
PYTHON: "3.10"
15171517
HDFS: "{{ hdfs_version }}"
15181518
image: conda-python-hdfs
15191519
{% endfor %}

0 commit comments

Comments
 (0)