Skip to content

Commit 2829bac

Browse files
committed
build: Drop Python 3.7
EOL Ended 2 months and 1 week ago (27 Jun 2023)
1 parent 2a87373 commit 2829bac

File tree

3 files changed

+246
-352
lines changed

3 files changed

+246
-352
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
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', '3.3a', 'master' ]
1515
# balance ci coverage across supported python/tmux versions with CI speed
1616
include:
17-
- python-version: '3.7'
17+
- python-version: '3.8'
1818
tmux-version: '2.6'
19-
- python-version: '3.7'
19+
- python-version: '3.8'
2020
tmux-version: 'master'
2121
steps:
2222
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)