Skip to content

Commit 45b6dba

Browse files
committed
tox: remove python 3.7 from tox.ini and tox.nix
1 parent 92b0e24 commit 45b6dba

2 files changed

Lines changed: 0 additions & 2 deletions

File tree

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
[tox]
22
envlist =
3-
py37
43
py38
54
py39
65
py310

tox.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ in pkgs.mkShell {
1111
(toxPython python310)
1212
(toxPython python39)
1313
(toxPython python38)
14-
(toxPython python37)
1514

1615
bashInteractive
1716
];

0 commit comments

Comments
 (0)