From 5ae7f8bf8b683c9f41407db9b1029d4f592eeb33 Mon Sep 17 00:00:00 2001 From: sandes Date: Thu, 21 May 2020 06:22:30 -0300 Subject: [PATCH] Attribute from_file of Zipinfo is supported from python3.6 --- zipfly/zipfly.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zipfly/zipfly.py b/zipfly/zipfly.py index fd5161e..520b987 100644 --- a/zipfly/zipfly.py +++ b/zipfly/zipfly.py @@ -72,7 +72,7 @@ def __init__(self, raise RuntimeError("Not compression level supported") - self.comment = b'Written using Zipfly v4.0.2' + self.comment = b'Written using Zipfly v4.0.3' self.mode = mode self.paths = paths self.chunksize = int(chunksize)