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
tmuxp currently crashes when used with
tmux next-2.9 (the latest Homebrew release).
```
TypeError: '<' not supported between instances of 'str' and 'int'
```
This patch avoids the error by making `get_version()`
strip the "next-" part of the version.
closestmux-python/tmuxp#449
0 commit comments