Skip to content

Commit 237ead0

Browse files
committed
Drop Python 3.7 from tests and CI
1 parent e1bed78 commit 237ead0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/main.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ jobs:
2424
matrix:
2525
tox_env:
2626
- py36
27-
- py37
2827
- py38
2928
- py39
3029
- py310

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py36,py37,py38,py39,py310,py311,py312,py313,mypy
2+
envlist = py36,py38,py39,py310,py311,py312,py313,mypy
33
skipsdist = True
44

55
[testenv]

0 commit comments

Comments
 (0)