Skip to content

Commit 76b54e5

Browse files
committed
chore: Remove python 3.7
1 parent a06b996 commit 76b54e5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

.github/workflows/ci-tests.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,6 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
config:
13-
- python-version: '3.7'
14-
tox: py37
1513
- python-version: '3.8'
1614
tox: py38
1715
- python-version: '3.9'

tox.ini

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
[tox]
2-
env_list = pytest-{py37,py38,py39,py310,py311}
2+
env_list = pytest-{py38,py39,py310,py311}
33

44
[testenv:pytest-{py37,py38,py39,py310,py311}]
55
base_python =
6-
py37: python3.7
76
py38: python3.8
87
py39: python3.9
98
py310: python3.10

0 commit comments

Comments
 (0)