From c5114ad0016711fa0da6e184aadc3616360fac64 Mon Sep 17 00:00:00 2001 From: Maximilian Hils Date: Mon, 2 Sep 2024 18:14:59 +0200 Subject: [PATCH] py38 compat --- test/test_snapshot.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/test_snapshot.py b/test/test_snapshot.py index be8b1406..be3c0a65 100755 --- a/test/test_snapshot.py +++ b/test/test_snapshot.py @@ -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"),