Skip to content

Commit

Permalink
py38 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Sep 2, 2024
1 parent 283b88d commit 3a93c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_snapshot.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ def outfile(self, format: str) -> Path:

snapshots = [
Snapshot("ast_parsing"),
Snapshot("collections_abc"),
Snapshot("collections_abc", min_version=(3, 9)),
Snapshot("demo", min_version=(3, 9)),
Snapshot("enums", min_version=(3, 12)),
Snapshot("flavors_google"),
Expand Down

0 comments on commit 3a93c34

Please sign in to comment.