Skip to content

Commit 362068c

Browse files
authored
compat!: Drop python 3.7 and 3.8 (#363)
tmuxp: tmux-python/tmuxp#759 Bug fixes and security releases go to https://github.com/tmux-python/libtmux/tree/v0.11.x
1 parent 1be3180 commit 362068c

File tree

6 files changed

+101
-133
lines changed

6 files changed

+101
-133
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
python-version: ["3.7", "3.10"]
13+
python-version: ["3.9", "3.10"]
1414
tmux-version: ["2.6", "2.7", "2.8", "3.0a", "3.1b", "3.2a", "master"]
1515
steps:
1616
- 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

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ See donation options at <https://git-pull.com/support.html>.
190190
# Project details
191191

192192
- tmux support: 1.8, 1.9a, 2.0 - 2.9, 3.0
193-
- python support: >= 3.7, pypy, pypy3
193+
- python support: >= 3.9, pypy, pypy3
194194
- Source: <https://github.com/tmux-python/libtmux>
195195
- Docs: <https://libtmux.git-pull.com>
196196
- API: <https://libtmux.git-pull.com/api.html>

0 commit comments

Comments
 (0)