Commit 15fe7e3
Mert Kırpıcı
setup.py: adjust websockets versions for py38-310
According to the websockets changelog[0]:
- 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.
[0] https://websockets.readthedocs.io/en/stable/project/changelog.html
Closes #730
Signed-off-by: Mert Kırpıcı <mert.kirpici@canonical.com>1 parent bd01785 commit 15fe7e3
1 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