Skip to content

Commit 8aa4b8c

Browse files
vyuroshchinflub
authored andcommitted
delete python3.7 checks in CI and tox
1 parent a994165 commit 8aa4b8c

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,6 @@ jobs:
88
fail-fast: false
99
matrix:
1010
python:
11-
- v: "3.7"
12-
tox_env: "py37"
13-
- v: "3.7"
14-
tox_env: "py37"
15-
pre_releases: "--pre"
1611
- v: "3.8"
1712
tox_env: "py38"
1813
- v: "3.9"

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ minversion = 7.0
33
addopts = -ra
44

55
[tox]
6-
envlist = py37,py38,py39,py310,py311,py312,py313,py314,pypy3
6+
envlist = py38,py39,py310,py311,py312,py313,py314,pypy3
77

88
[testenv]
99
deps = pytest

0 commit comments

Comments
 (0)