From 96824724ce615f852700ae5c7aeb84cac9bbaaf3 Mon Sep 17 00:00:00 2001
From: Carl George <carl@george.computer>
Date: Wed, 2 Mar 2022 22:08:06 -0600
Subject: [PATCH] Relax h11 dependency
---
setup.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index 9bfc613..4ec6f8d 100644
--- a/setup.py
+++ b/setup.py
@@ -54,7 +54,7 @@ setup(
include_package_data=True,
zip_safe=False,
install_requires=[
- "h11>=0.11,<0.13",
+ "h11>=0.11,<0.14",
"sniffio==1.*",
"anyio==3.*",
"certifi",
@@ -73,7 +73,6 @@ setup(
"Framework :: AsyncIO",
"Framework :: Trio",
"Programming Language :: Python :: 3",
- "Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
--
2.35.1