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
common.py(refactor): Bump TMUX_MIN_VERSION to 3.2a
why: tmux versions below 3.2a are no longer supported as of libtmux 0.49.0
what:
- Change TMUX_MIN_VERSION from "1.8" to "3.2a"
- Remove TMUX_SOFT_MIN_VERSION constant (no longer needed)
- Remove _version_deprecation_checked flag
- Remove _check_deprecated_version() function
- Remove deprecation warning call from get_version()
- Update has_minimum_version() docstring to reflect 3.2a requirement
- Update error message to mention v0.48.x backport
0 commit comments