Skip to content

Commit 953b86d

Browse files
committed
remove py36,37 from tox environments
Signed-off-by: Marques Johansson <[email protected]>
1 parent 871a0ff commit 953b86d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tox.ini

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[tox]
44

5-
envlist = py27,py36,py37,py38,py39,py310
5+
envlist = py27,py38,py39,py310
66
skip_missing_interpreters=True
77

88
[tool:pytest]
@@ -12,8 +12,6 @@ testpaths = test
1212
[gh-actions]
1313
python =
1414
2.7: py27
15-
3.6: py36
16-
3.7: py37
1715
3.8: py38
1816
3.9: py39
1917
3.10: py310, mypy

0 commit comments

Comments
 (0)