Skip to content

Commit 638deb6

Browse files
committed
Drop python 3.7 and 3.8
1 parent a3bc770 commit 638deb6

File tree

8 files changed

+113
-138
lines changed

8 files changed

+113
-138
lines changed

.github/workflows/tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
tmux-version: [ '2.6', '2.7', '2.8', '3.0a', '3.1b', '3.2a', 'master' ]
1515
# balance ci coverage across supported python/tmux versions with CI speed
1616
include:
17-
- python-version: '3.7'
17+
- python-version: '3.9'
1818
tmux-version: '2.6'
19-
- python-version: '3.7'
19+
- python-version: '3.9'
2020
tmux-version: 'master'
2121
steps:
2222
- uses: actions/checkout@v1

.python-version

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.10.1 3.9.9 3.8.11 3.7.12
1+
3.10.1 3.9.9

.tool-versions

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
poetry 1.1.12
2-
python 3.10.1 3.9.9 3.8.11 3.7.12
2+
python 3.10.1 3.9.9

CHANGES

+7
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,13 @@ $ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
1919

2020
- _Insert changes/features/fixes for next release here_
2121

22+
### Compatibility
23+
24+
- Python 3.7 and 3.8 support has been removed
25+
26+
Bug fixes and security updates will go to the
27+
[`v1.10.x`](https://github.com/tmux-python/tmuxp/tree/v1.10.x) branch
28+
2229
## tmuxp 1.10.0 (2022-03-19)
2330

2431
### Compatibility

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Window(@3 1:your_window, Session($1 your_project))
153153
Pane(%6 Window(@3 1:your_window, Session($1 your_project))
154154
```
155155

156-
Python 3.7+ supports [PEP
156+
Supports [PEP
157157
553](https://www.python.org/dev/peps/pep-0553/) `breakpoint()`
158158
(including `PYTHONBREAKPOINT`). Also supports direct commands via `-c`:
159159

@@ -262,7 +262,7 @@ See donation options at <https://git-pull.com/support.html>.
262262
# Project details
263263

264264
- tmux support: 1.8, 1.9a, 2.0, 2.1, 2.2, 2.3, 2.4, 2.5, 2.6
265-
- python support: >= 3.7, pypy, pypy3
265+
- python support: >= 3.9, pypy, pypy3
266266
- Source: <https://github.com/tmux-python/tmuxp>
267267
- Docs: <https://tmuxp.git-pull.com>
268268
- API: <https://tmuxp.git-pull.com/api.html>

docs/commands/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Window(@3 1:your_window, Session($1 your_project))
7878
Pane(%6 Window(@3 1:your_window, Session($1 your_project)))
7979
```
8080

81-
Python 3.7 supports [PEP 553][pep 553]'s `PYTHONBREAKPOINT` and supports
81+
Supports [PEP 553][pep 553]'s `PYTHONBREAKPOINT` and
8282
compatible debuggers, for instance [ipdb][ipdb]:
8383

8484
```console

0 commit comments

Comments
 (0)