diff --git a/pyproject.toml b/pyproject.toml index a1f84529a6..35c78ce5e6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -112,7 +112,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 = ["310"] +python = ["3.8"] [tool.pytest.ini_options] addopts = [