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 082c8d2 commit 64078c5Copy full SHA for 64078c5
src/libtmux/common.py
@@ -63,7 +63,7 @@ def _check_deprecated_version(version: LooseVersion) -> None:
63
f"libtmux release. Please upgrade to tmux {TMUX_SOFT_MIN_VERSION} "
64
"or newer. Set LIBTMUX_SUPPRESS_VERSION_WARNING=1 to suppress this "
65
"warning.",
66
- DeprecationWarning,
+ FutureWarning,
67
stacklevel=4,
68
)
69
0 commit comments