Skip to content

Commit

Permalink
skip uvloop
Browse files Browse the repository at this point in the history
  • Loading branch information
sonic182 committed Jan 26, 2025
1 parent 9e591cb commit fcd05e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ pytest-timeout = "^2.3.1"
requests = "^2.32.3"
typed-ast = {version="^1.4.0", markers="platform_python_implementation != 'PyPy'"}
uvicorn = "^0.30.3"
uvloop = {version=">=0.19,<0.21", markers="sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'PyPy'"}
uvloop = {version=">=0.19,<0.21", markers="sys_platform != 'win32' and sys_platform != 'cygwin' and platform_python_implementation != 'PyPy' and python_version < '3.13.0'" }
winloop = {version = "^0.1.6", platform = "win32"}

[build-system]
Expand Down

0 comments on commit fcd05e7

Please sign in to comment.