Skip to content

Commit 4a4583b

Browse files
committed
Remove constraint that prevented aiodns from being installed on Windows
As of aiodns 3.3.0 SelectorEventLoop is no longer required when using pycares 4.7.0 or later closes #8121
1 parent 9dc0a06 commit 4a4583b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

setup.cfg

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,7 @@ install_requires =
6666

6767
[options.extras_require]
6868
speedups =
69-
# required c-ares (aiodns' backend) will not build on windows
70-
aiodns >= 3.2.0; sys_platform=="linux" or sys_platform=="darwin"
69+
aiodns >= 3.3.0
7170
Brotli; platform_python_implementation == 'CPython'
7271
brotlicffi; platform_python_implementation != 'CPython'
7372

0 commit comments

Comments
 (0)