We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8ddd83 commit ae456eeCopy full SHA for ae456ee
src/libtmux/common.py
@@ -26,7 +26,7 @@
26
TMUX_MIN_VERSION = "1.8"
27
28
#: Most recent version of tmux supported
29
-TMUX_MAX_VERSION = "3.3"
+TMUX_MAX_VERSION = "3.4"
30
31
SessionDict = t.Dict[str, t.Any]
32
WindowDict = t.Dict[str, t.Any]
0 commit comments