Commit 032ca90
authored
Add minimum python version in setup.py
It looks like latest released version don't support Python 3.5 anymore. It is
failing on line
https://github.com/Pithikos/python-websocket-server/blob/master/websocket_server/websocket_server.py#L296
because it is using a f-string which is only available in Python 3.6+.
If it was intentional, this PR is adding the correct package metadata so pip
can choose the right version depending on the user Python Version.1 parent ed73f9c commit 032ca90
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
| 56 | + | |
56 | 57 | | |
0 commit comments