Skip to content

Commit

Permalink
snapshot on 3.12 only
Browse files Browse the repository at this point in the history
  • Loading branch information
mhils committed Jul 10, 2024
1 parent d76d4b0 commit 33ca009
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 @@ -97,7 +97,7 @@ def outfile(self, format: str) -> Path:
snapshots = [
Snapshot("ast_parsing"),
Snapshot("demo", min_version=(3, 9)),
Snapshot("enums"),
Snapshot("enums", min_version=(3, 12)),
Snapshot("flavors_google"),
Snapshot("flavors_numpy"),
Snapshot("flavors_rst"),
Expand Down

0 comments on commit 33ca009

Please sign in to comment.