Skip to content

Commit 6040b23

Browse files
Remove the Python 37 environment from the tox.ini (#15693)
Remove the Python 37 environment from the `tox.ini` since Python 3.7 is now end of life. Co-authored-by: Alex Waygood <[email protected]>
1 parent 14efdf2 commit 6040b23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22
minversion = 4.4.4
33
skip_missing_interpreters = {env:TOX_SKIP_MISSING_INTERPRETERS:True}
44
envlist =
5-
py37,
65
py38,
76
py39,
87
py310,
8+
py311,
99
docs,
1010
lint,
1111
type,

0 commit comments

Comments
 (0)