Skip to content

Commit

Permalink
Remove the Python 37 environment from the tox.ini (#15693)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
mbyrnepr2 and AlexWaygood committed Jul 29, 2023
1 parent 14efdf2 commit 6040b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
minversion = 4.4.4
skip_missing_interpreters = {env:TOX_SKIP_MISSING_INTERPRETERS:True}
envlist =
py37,
py38,
py39,
py310,
py311,
docs,
lint,
type,
Expand Down

0 comments on commit 6040b23

Please sign in to comment.