Skip to content

Commit c6e5d90

Browse files
committed
Temporarily fall back to Pandas 1.3
1 parent 9fa43ff commit c6e5d90

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/run_tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ jobs:
2020
matrix:
2121
python-version: [3.11, 3.12, 3.13]
2222
# Test against Pandas 1.3 and latest version
23-
pandas-version: ["1.3.*", ""]
23+
#pandas-version: ["1.3.*", ""]
24+
pandas-version: ["1.3.*"]
2425
exclude:
2526
# Exclude combinations we don't expect to occur due to release dates
2627
- python-version: 3.13

0 commit comments

Comments
 (0)