Skip to content

Commit

Permalink
Install uvloop on Python 3.12 too for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
agronholm committed Nov 22, 2023
1 parent f0707cd commit 523381a
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 @@ -49,7 +49,7 @@ test = [
"pytest >= 7.0",
"pytest-mock >= 3.6.1",
"trustme",
"uvloop >= 0.17; python_version < '3.12' and platform_python_implementation == 'CPython' and platform_system != 'Windows'",
"uvloop >= 0.17; platform_python_implementation == 'CPython' and platform_system != 'Windows'",
]
doc = [
"packaging",
Expand Down

0 comments on commit 523381a

Please sign in to comment.