Require Python 3.5.3

3.5.2 has various socket and API issues affecting peer discovery

Closes #135
This commit is contained in:
Neil Booth
2017-03-01 06:49:36 +09:00
parent 398e5d7efa
commit e93d4edeae
2 changed files with 3 additions and 4 deletions
+2 -1
View File
@@ -10,7 +10,8 @@ small - pull requests are welcome.
================ ========================
Package Notes
================ ========================
Python3 ElectrumX uses asyncio. Python version >= 3.5 is **required**.
Python3 ElectrumX uses asyncio. Python version >= 3.5.3 is
**required**.
`aiohttp`_ Python library for asynchronous HTTP. Version >=
1.0 required; I am using 1.0.5.
`pylru`_ Python LRU cache package. I'm using 1.0.9.