_Maintenance only, no bug fixes or new features_
Development
- libtmux: Bump minimum version 0.39.0 -> 0.40.0 (954)
Adopts Python 3.9 syntax features
- Aggressive automated lint fixes via `ruff` (953)
via ruff v0.8.4, all automated lint fixes, including unsafe and previews were applied for Python 3.9:
sh
ruff check --select ALL . --fix --unsafe-fixes --preview --show-fixes; ruff format .