We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f744f9 commit 7c6d80fCopy full SHA for 7c6d80f
2 files changed
README.rst
@@ -26,7 +26,8 @@
26
**Trio-Asyncio** is a re-implementation of the ``asyncio`` mainloop on top of
27
Trio.
28
29
-Trio-Asyncio requires Python 3.6 or 3.7. It might work on Python 3.5.
+Trio-Asyncio requires Python 3.6 or 3.7. It should work on Python 3.5.3, but
30
+that's not tested, as the test suite requires 3.6.
31
32
+++++++++++
33
Rationale
setup.py
@@ -43,6 +43,8 @@
43
code (asyncio: ~8000) but passes the complete Python 3.6 test suite with no
44
errors.
45
46
+``trio_asyncio`` requires Python 3.5.3 or better.
47
+
48
Author
49
======
50
0 commit comments