Skip to content

Commit

Permalink
Run CI test for python 3.12 & pandas 1.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tung-vu-td committed Aug 14, 2024
1 parent 123611a commit 5f0adda
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.12"]
pandas-version: ["1.3.5", "1.4.4", "1.5.3"]
pandas-version: ["1.5.3"]
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.12")
for pandas in ("1.3.5", "1.4.4", "1.5.3")
for pandas in ("1.5.3")
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 @@ -26,7 +26,7 @@ classifiers =

[options]
packages = find:
python_requires = >=3.7,<3.12
python_requires = >=3.7,<3.13
install_requires =
urllib3~=1.26,>=1.21.1
presto-python-client>=0.6.0
Expand Down

0 comments on commit 5f0adda

Please sign in to comment.