From c460e1d01a855a97304cd2a5f933eddbf9264c86 Mon Sep 17 00:00:00 2001 From: Adam Hopkins Date: Tue, 27 Dec 2022 16:36:04 +0200 Subject: [PATCH] Min version to 22.12 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3b97d3..886aa75 100644 --- a/setup.py +++ b/setup.py @@ -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