Skip to content

Commit aee115e

Browse files
authored
Redirect windows users to winloop
1 parent 6c770dc commit aee115e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
raise RuntimeError('uvloop requires Python 3.8 or greater')
66

77
if sys.platform in ('win32', 'cygwin', 'cli'):
8-
raise RuntimeError('uvloop does not support Windows at the moment')
8+
raise RuntimeError('uvloop does not support Windows at the moment, try installing winloop instead')
99

1010
import os
1111
import os.path

0 commit comments

Comments
 (0)