Skip to content

Commit 5cbeee1

Browse files
committed
Fix pandas minor version for Python 3.13
1 parent b05b2c9 commit 5cbeee1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/tasks/tasks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -737,7 +737,7 @@ tasks:
737737

738738
{% for python_version, pandas_version, numpy_version, cache_leaf in [("3.11", "1.5.2", "1.23.2", True),
739739
("3.12", "latest", "latest", False),
740-
("3.13", "latest", "1.26", False),
740+
("3.13", "latest", "1.26.2", False),
741741
("3.13", "latest", "latest", False),
742742
("3.14", "nightly", "nightly", False),
743743
("3.14", "upstream_devel", "nightly", False)] %}

0 commit comments

Comments
 (0)