We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d4e70c0 commit 674fe00Copy full SHA for 674fe00
1 file changed
library/wumpy-gateway/pyproject.toml
@@ -3,7 +3,11 @@ name = "wumpy-gateway"
3
version = "0.1.0"
4
description = "Gateway implementation for the Wumpy project"
5
readme = {file = "README.md", content-type="text/markdown"}
6
-requires-python = ""
+
7
+# Both discord-gateway and anyio has 3.6.2 as the minimum requirement
8
+# but @contextlib.asynccontextmanager was added in Python 3.7
9
+requires-python = ">=3.7"
10
11
license = {file = "LICENSE"}
12
authors = [{name = "Bluenix", email = "bluenixdev@gmail.com"}]
13
0 commit comments