Commit fd89d1a
authored
Merge pull request #731 from mert-kirpici/gh/730
#731
According to the [websockets changelog](https://websockets.readthedocs.io/en/stable/project/changelog.html):
- v8.0 requires python >= 3.6
- v8.1 adds support for python3.8
- v9.0 adds support for python3.9
- v10.0 adds support for python3.10
This change is attempting to cover all these scenarios. The previous behavior was allowing some unwanted scenarios, e.g. websockets==9.0 and python3.10 combination. Which is incompatible.
Fixes: #7301 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments