Skip to content

Commit 674fe00

Browse files
committed
Specify gateway Python requirement in pyproject.toml
1 parent d4e70c0 commit 674fe00

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

library/wumpy-gateway/pyproject.toml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@ name = "wumpy-gateway"
33
version = "0.1.0"
44
description = "Gateway implementation for the Wumpy project"
55
readme = {file = "README.md", content-type="text/markdown"}
6-
requires-python = ""
6+
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+
711
license = {file = "LICENSE"}
812
authors = [{name = "Bluenix", email = "bluenixdev@gmail.com"}]
913

0 commit comments

Comments
 (0)