Skip to content

Commit

Permalink
Test compatibility with pandas 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tung-vu-td committed Sep 10, 2024
1 parent b560475 commit 8a37db4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
pandas-version: ["1.3.5", "1.4.4", "1.5.3"]
pandas-version: ["1.3.5", "1.4.4", "1.5.3", "2.2.2"]
exclude:
- python-version: "3.10"
pandas-version: "1.3.5"
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ def lint(session):
[
(python, pandas)
for python in ("3.8", "3.9", "3.10", "3.11")
for pandas in ("1.3.5", "1.4.4", "1.5.3")
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")
],
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ python_requires = >=3.7,<3.12
install_requires =
urllib3~=1.26,>=1.21.1
presto-python-client>=0.6.0
pandas>=1.3,<1.6
pandas>=1.3
td-client>=1.1.0
pytz>=2018.5
numpy<1.24
Expand Down

0 comments on commit 8a37db4

Please sign in to comment.