Skip to content

Commit

Permalink
run hatch tests on 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerHYang authored Mar 13, 2024
1 parent 38f5e6f commit 2f4cd72
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
strategy:
matrix:
os: [macos-latest, windows-latest, ubuntu-latest]
python-version: ["3.8", "3.12"]
python-version: ["3.8"]
steps:
- name: Checkout Repository
uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ tests = "pytest {args}"
coverage = "pytest --cov-report=term-missing --cov-config=pyproject.toml --cov=src/phoenix --cov=tests {args}"

[[tool.hatch.envs.test.matrix]]
python = ["3.8", "3.11"]
python = ["3.8", "3.12"]

[tool.pytest.ini_options]
asyncio_mode = "auto"
Expand Down

0 comments on commit 2f4cd72

Please sign in to comment.