We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9fa43ff commit c6e5d90Copy full SHA for c6e5d90
.github/workflows/run_tests.yml
@@ -20,7 +20,8 @@ jobs:
20
matrix:
21
python-version: [3.11, 3.12, 3.13]
22
# Test against Pandas 1.3 and latest version
23
- pandas-version: ["1.3.*", ""]
+ #pandas-version: ["1.3.*", ""]
24
+ pandas-version: ["1.3.*"]
25
exclude:
26
# Exclude combinations we don't expect to occur due to release dates
27
- python-version: 3.13
0 commit comments