Skip to content

Commit 3a1d175

Browse files
authored
Merge pull request #176 from cloudblue/uvloop_only_linux_darwin
Change != win32 for == linux or darwin
2 parents 6e15980 + 606e5da commit 3a1d175

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

poetry.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jinja2-time = "^0.2.0"
7070
connect-eaas-core = ">=26.10,<27"
7171
rich = "^12.4.1"
7272
poetry-core = "^1.3.0"
73-
uvloop = { version = "^0.16.0", markers = "sys_platform != 'win32'" }
73+
uvloop = { version = "^0.16.0", markers = "sys_platform == \"linux\" or sys_platform == \"darwin\"" }
7474

7575
[tool.poetry.dev-dependencies]
7676
pytest = "^6.1.2"

0 commit comments

Comments
 (0)