We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09cb257 commit 1e1765bCopy full SHA for 1e1765b
1 file changed
src/tmuxp/plugin.py
@@ -11,8 +11,8 @@
11
from .__about__ import __version__
12
from .exc import TmuxpPluginException
13
14
-#: Minimum version of tmux required to run libtmux
15
-TMUX_MIN_VERSION = "1.8"
+#: Minimum version of tmux required to run tmuxp
+TMUX_MIN_VERSION = "3.2"
16
17
#: Most recent version of tmux supported
18
TMUX_MAX_VERSION = None
0 commit comments