Skip to content

Commit 084cf89

Browse files
committed
Update pyproject to include python 3.9 issues
1 parent 1b98a80 commit 084cf89

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

poetry.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ httpx = "*" # TestClient
5858
pytest = "^7.0"
5959
pytest-cov = "*"
6060
pytest-asyncio = [
61-
{version = "^0.21.1", python = "<3.9"},
62-
{version = "*", python = ">=3.9"}
61+
{version = "^0.21.1", python = ">=3.8,<3.10"},
62+
{version = "*", python = ">=3.10"}
6363
]
6464
coverage = "*"
6565
codecov = "^2.1.13"

0 commit comments

Comments
 (0)