Skip to content

Commit 5679343

Browse files
committed
ci: remove py37
1 parent 5f985a8 commit 5679343

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ jobs:
4141
- lint
4242
strategy:
4343
matrix:
44-
python: ["3.7", "3.8", "3.9", "3.10", "3.11"]
44+
python: ["3.8", "3.9", "3.10", "3.11"]
4545
fail-fast: false
46-
46+
4747
name: "Test on Python ${{ matrix.python }}"
4848
runs-on: ubuntu-latest
4949

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
[tox]
2-
env_list =
3-
py37,py38,py39,py310,py311
2+
env_list = py38,py39,py310,py311
43
minversion = 4.5.1
54

65
[gh-actions]
76
# Map Github Actions Python version to environment factors
87
# Requires tox-gh-actions 3.x is installed in the GitHub action
98
python =
10-
3.7: py37
119
3.8: py38
1210
3.9: py39
1311
3.10: py310

0 commit comments

Comments
 (0)