You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 13, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,6 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE
21
21
*[Table of contents](#table-of-contents)
22
22
*[What can I use it for?](#what-can-i-use-it-for)
23
23
*[Notices](#notices)
24
-
I have just released a new [SignalR client](https://github.com/slazarov/python-signalr-client) based on asyncio. I plan to replace the existing one that uses gevent.
25
-
The main implications are that support is going to transition to Python3.4+ because asyncio does not support lower versions.
26
-
27
24
*[Road map](#road-map)
28
25
*[Dependencies](#dependencies)
29
26
*[Installation](#installation)
@@ -48,7 +45,9 @@ You can use it for various purposes, some examples include:
48
45
Use your imagination.
49
46
50
47
### Notices
51
-
None right now.
48
+
17/03/2018
49
+
I have just released a new [SignalR client](https://github.com/slazarov/python-signalr-client) based on asyncio. I plan to replace the existing one that uses gevent.
50
+
The main implications are that support is going to transition to Python3.4+ because asyncio does not support lower versions.
0 commit comments