Skip to content

Commit 5252090

Browse files
authored
apacheGH-42190: [Python] Add CI job for Numpy 1.X (apache#42189)
### Rationale for this change Numpy 2.0 released and most CI jobs test Numpy's latest version. Let's ensure Numpy 1.X continues to work with pandas in our integration testing. ### What changes are included in this PR? * Add CI job to test integration with latest pandas and 1.X numpy ### Are these changes tested? Yes, in CI ### Are there any user-facing changes? No * GitHub Issue: apache#42190 Authored-by: Dane Pitkin <[email protected]> Signed-off-by: Joris Van den Bossche <[email protected]>
1 parent 6bcb418 commit 5252090

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dev/tasks/tasks.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1494,10 +1494,11 @@ tasks:
14941494

14951495
{% for python_version, pandas_version, numpy_version, cache_leaf in [("3.8", "1.0", "1.19", True),
14961496
("3.9", "latest", "latest", False),
1497+
("3.10", "latest", "1.26", False),
14971498
("3.10", "latest", "latest", False),
14981499
("3.10", "nightly", "nightly", False),
14991500
("3.11", "upstream_devel", "nightly", False)] %}
1500-
test-conda-python-{{ python_version }}-pandas-{{ pandas_version }}:
1501+
test-conda-python-{{ python_version }}-pandas-{{ pandas_version }}-numpy-{{ numpy_version }}:
15011502
ci: github
15021503
template: docker-tests/github.linux.yml
15031504
params:

0 commit comments

Comments
 (0)