Skip to content

Commit 0e34568

Browse files
committed
Add Pandas 1.1.x to CI testing
1 parent 46fc9dc commit 0e34568

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/run_tests.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
strategy:
2020
matrix:
2121
python-version: [3.6, 3.7, 3.8]
22-
# Test against Pandas 1.0 and latest version
23-
pandas-version: ["1.0.*", ""]
22+
# Test against Pandas 1.0, 1.1, and latest version
23+
pandas-version: ["1.0.*", "1.1.*", ""]
2424
exclude:
2525
# Only run one test with Pandas 1.0.x and Python 3.7, exclude others
2626
- python-version: 3.6
27-
pandas-version: "1.0.*"
27+
pandas-version: ["1.0.*", "1.1.*"]
2828
- python-version: 3.8
29-
pandas-version: "1.0.*"
29+
pandas-version: ["1.0.*", "1.1.*"]
3030

3131
steps:
3232
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)