Skip to content

Commit

Permalink
Run CI test for 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tung-vu-td committed Aug 14, 2024
1 parent dab30e0 commit 123611a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
max-parallel: 2
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
python-version: ["3.12"]
pandas-version: ["1.3.5", "1.4.4", "1.5.3"]
exclude:
- python-version: "3.10"
Expand Down
2 changes: 1 addition & 1 deletion noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ def lint(session):
"python,pandas",
[
(python, pandas)
for python in ("3.8", "3.9", "3.10", "3.11")
for python in ("3.12")
for pandas in ("1.3.5", "1.4.4", "1.5.3")
if (python, pandas) != ("3.10", "1.3.5")
if (python, pandas) != ("3.10", "1.4.4")
Expand Down

0 comments on commit 123611a

Please sign in to comment.