Skip to content

Commit ca61d76

Browse files
committed
build: Drop Python 3.7
EOL Ended 2 months and 1 week ago (27 Jun 2023)
1 parent 36a91ab commit ca61d76

File tree

3 files changed

+186
-282
lines changed

3 files changed

+186
-282
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
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.11"]
13+
python-version: ["3.8", "3.11"]
1414
tmux-version: ["2.6", "2.7", "2.8", "3.0a", "3.1b", "3.2a", "3.3a", "master"]
1515
steps:
1616
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)