Skip to content

Commit

Permalink
Exclude python 3.8 - pandas 2.2.2 pair
Browse files Browse the repository at this point in the history
  • Loading branch information
tung-vu-td committed Sep 10, 2024
1 parent 40a7aa8 commit 2ace066
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
pandas-version: "1.3.5"
- python-version: "3.10"
pandas-version: "1.4.4"
- python-version: "3.8"
pandas-version: "2.2.2"


steps:
Expand Down
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ def lint(session):
for pandas in ("1.3.5", "1.4.4", "1.5.3", "2.2.2")
if (python, pandas) != ("3.10", "1.3.5")
if (python, pandas) != ("3.10", "1.4.4")
if (python, pandas) != ("3.8", "2.2.2")
],
)
def tests(session, python, pandas):
Expand Down

0 comments on commit 2ace066

Please sign in to comment.