Commit e1bacb4
chore(deps): cap websockets per-interpreter for Python 3.7/3.8/3.9
websockets raised its min Python in stages, so a flat >=16.1.1 floor is
uninstallable on 3.7/3.8/3.9. Split with python_version markers: old
interpreters keep their last compatible release, 3.10+ takes >=16.1.1,<17.
Co-Authored-By: Claude <svc-devxp-claude@slack-corp.com>1 parent e97ee53 commit e1bacb4
1 file changed
Lines changed: 4 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
32 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
0 commit comments