Skip to content

Commit b90370b

Browse files
committed
README: Note python support
1 parent 8ebc0e6 commit b90370b

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ View the [documentation](https://libtmux.git-pull.com/),
1919
[API](https://libtmux.git-pull.com/api.html) information and
2020
[architectural details](https://libtmux.git-pull.com/about.html).
2121

22-
Python 2.x will be deprecated in libtmux 0.9. The backports branch is
23-
[v0.8.x](https://github.com/tmux-python/libtmux/tree/v0.8.x).
24-
2522
# Install
2623

2724
```console
@@ -178,6 +175,17 @@ Window(@10 1:libtmuxower, Session($3 foo))
178175
Session($3 foo)
179176
```
180177

178+
# Python support
179+
180+
Maintenance-only / security and bug fixes:
181+
182+
- Python 3.7 and 3.8: [`v0.11.x`](https://github.com/tmux-python/libtmux/tree/v0.11.x)
183+
184+
Unsupported / no security releases or bug fixes:
185+
186+
- Python 2.x: The backports branch is
187+
[`v0.8.x`](https://github.com/tmux-python/libtmux/tree/v0.8.x).
188+
181189
# Donations
182190

183191
Your donations fund development of new features, testing and support.

0 commit comments

Comments
 (0)