Skip to content

Commit

Permalink
drop python 3.7 from tox.ini (#2048)
Browse files Browse the repository at this point in the history
  • Loading branch information
philandstuff authored Nov 7, 2024
1 parent 4de7f61 commit 5d58a9c
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
@@ -1,7 +1,7 @@
[tox]
min_version = 4
env_list =
py3{7,8,9,10,11,12,13}-pydantic{1,2}-tests
py3{8,9,10,11,12,13}-pydantic{1,2}-tests
lint
typecheck-pydantic{1,2}
integration
Expand Down

0 comments on commit 5d58a9c

Please sign in to comment.