Winloop
Winloop copied to clipboard
"ValueError: 'winloop\loop.pyx' doesn't match any files" in python 3.8
In python 3.9:
but in python 3.8:
@yangy996 We don't support 3.8 yet because of the version that I am programming on is 3.9.18. However I can always accommodate for 3.8 in the next update since uvloop has 3.8 support with 3.8 as well.
Hi, I have to use Python 3.8 and winloop would really help me. I saw there was a new Version 0.1.1 of winllop published on 26. Jan. 2024, but Python 3.8 seems not to be supported there. Is it possible to get support for 3.8 in the next published version, or is this not planned? Thanks for your great work
I've tested things with Python 3.8 and it works just as well as for Python 3.9-12. The latest version can be built with py -3.8 setup.py build_ext --inplace, for instance, and passes the unit tests.
Version 0.1.4 is out and supports Python 3.8 (and 3.9 - 3.12).