diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index bf67def8c4..ca487000cd 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -11,7 +11,7 @@ jobs: strategy: matrix: python-version: ['3.14'] - tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', '3.4', '3.5', 'master'] + tmux-version: ['2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', '3.3a', '3.4', '3.5', '3.6', 'master'] steps: - uses: actions/checkout@v5 diff --git a/CHANGES b/CHANGES index bbd5dcc068..2bce6578b9 100644 --- a/CHANGES +++ b/CHANGES @@ -31,7 +31,11 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force -- _Future release notes will be placed here_ +### What's new + +#### tmux 3.6 support (#989) + +Added tmux 3.6 to test grid. ## tmuxp 1.56.0 (2025-11-01)