Skip to content

Commit 3178733

Browse files
authored
Allow 3.8 do not drop it because we are merging to uvloop.
Updated project metadata in pyproject.toml, including Python version requirement and optional dependencies.
1 parent 78caa71 commit 3178733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "winloop"
33
description = "Windows version of uvloop"
44
authors = [{name = "Vizonex", email="VizonexBusiness@gmail.com"}]
5-
requires-python = '>=3.9.0'
5+
requires-python = '>=3.8.0'
66
readme = "README.md"
77
license = {text = "MIT License"}
88
dynamic = ["version"]

0 commit comments

Comments
 (0)