Revert uvloop restrictions.

This commit is contained in:
Andrey Rakhmatullin 2024-08-21 01:06:05 +05:00
parent 70756fd57c
commit c21c4a1850
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ deps =
robotexclusionrulesparser
Pillow
Twisted[http2]
uvloop; platform_system != "Windows" and python_version < '3.13'
uvloop; platform_system != "Windows"
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