Skip to content

Commit

Permalink
fix: enable safety on 3.8
Browse files Browse the repository at this point in the history
  • Loading branch information
Midnighter committed Aug 26, 2023
1 parent c4d716b commit d910a41
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 @@ -3,7 +3,7 @@ envlist = isort, black, flake8, safety, py3{8,9,10,11}, coverage

[gh-actions]
python =
3.8: install, py38
3.8: install, safety, py38
3.9: install, py39
3.10: install, py310, coverage
3.11: install, py311
Expand Down

0 comments on commit d910a41

Please sign in to comment.