Skip to content

Commit 6808f72

Browse files
committed
common(fix): Use FutureWarning for tmux version deprecation
1 parent bf3b7f9 commit 6808f72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libtmux/common.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def _check_deprecated_version(version: LooseVersion) -> None:
6363
f"libtmux release. Please upgrade to tmux {TMUX_SOFT_MIN_VERSION} "
6464
"or newer. Set LIBTMUX_SUPPRESS_VERSION_WARNING=1 to suppress this "
6565
"warning.",
66-
DeprecationWarning,
66+
FutureWarning,
6767
stacklevel=4,
6868
)
6969

0 commit comments

Comments
 (0)