Revert "Revert uvloop restrictions."

This reverts commit c21c4a1850.
This commit is contained in:
Andrey Rakhmatullin 2024-09-12 14:31:50 +05:00
parent c21c4a1850
commit b3f562d6a5
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ deps =
robotexclusionrulesparser
Pillow
Twisted[http2]
uvloop; platform_system != "Windows"
uvloop; platform_system != "Windows" and python_version < '3.13'
bpython; python_version < '3.13' # optional for shell wrapper tests
brotli; implementation_name != 'pypy' # optional for HTTP compress downloader middleware tests
brotlicffi; implementation_name == 'pypy' # optional for HTTP compress downloader middleware tests