Skip to content

Commit 7c6d80f

Browse files
committed
Add 3.5.3 requirement to setup.py's description
1 parent 8f744f9 commit 7c6d80f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
**Trio-Asyncio** is a re-implementation of the ``asyncio`` mainloop on top of
2727
Trio.
2828

29-
Trio-Asyncio requires Python 3.6 or 3.7. It might work on Python 3.5.
29+
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.
3031

3132
+++++++++++
3233
Rationale

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@
4343
code (asyncio: ~8000) but passes the complete Python 3.6 test suite with no
4444
errors.
4545
46+
``trio_asyncio`` requires Python 3.5.3 or better.
47+
4648
Author
4749
======
4850

0 commit comments

Comments
 (0)