Skip to content

Commit

Permalink
Min version to 22.12
Browse files Browse the repository at this point in the history
  • Loading branch information
ahopkins committed Dec 27, 2022
1 parent b735cb2 commit c460e1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def open_local(paths, mode="r", encoding="utf8"):
}
requirements = ["httpx>=0.18,<0.24"]

tests_require = ["pytest", "sanic>=21.3", "pytest-asyncio"]
tests_require = ["pytest", "sanic>=22.12", "pytest-asyncio"]

setup_kwargs["install_requires"] = requirements
setup_kwargs["tests_require"] = tests_require
Expand Down

0 comments on commit c460e1d

Please sign in to comment.