Skip to content

Commit a7a8b98

Browse files
authored
fix(deps): require six >= 1.13.0 (googleapis#78)
This library uses `collections_abc` which was added in six==1.13.0 https://github.com/benjaminp/six/blob/c0be8815d13df45b6ae471c4c436cce8c192245d/CHANGES#L30-L31
1 parent bd3a28c commit a7a8b98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"google-auth >= 1.21.1, < 2.0dev",
3535
"requests >= 2.18.0, < 3.0.0dev",
3636
"setuptools >= 34.0.0",
37-
"six >= 1.10.0",
37+
"six >= 1.13.0",
3838
"pytz",
3939
'futures >= 3.2.0; python_version < "3.2"',
4040
]

0 commit comments

Comments
 (0)