Skip to content

Commit 1e1765b

Browse files
committed
plugin(TMUX_MIN_VERSION) Update to 3.2
Update the plugin system's minimum tmux version constant from 1.8 to 3.2. Also fix comment typo ("libtmux" -> "tmuxp").
1 parent 09cb257 commit 1e1765b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/tmuxp/plugin.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
from .__about__ import __version__
1212
from .exc import TmuxpPluginException
1313

14-
#: Minimum version of tmux required to run libtmux
15-
TMUX_MIN_VERSION = "1.8"
14+
#: Minimum version of tmux required to run tmuxp
15+
TMUX_MIN_VERSION = "3.2"
1616

1717
#: Most recent version of tmux supported
1818
TMUX_MAX_VERSION = None

0 commit comments

Comments
 (0)