Closed naslundx closed 2 months ago
Fixes #24
Removed strict=True since we don't seem to be doing anything if the lists happen to be of different length (other than crash).
When 3.13 comes out it might be time for 3.9 to be removed from the list.
Only running on ubuntu for now, we can consider multiple OSs later.
re: strict=True, yes, fair enough. One of my biggest pet peeves around Python :p I don't understand the use case of unequal length lists silently succeeding with zip
Fixes #24
Removed strict=True since we don't seem to be doing anything if the lists happen to be of different length (other than crash).
When 3.13 comes out it might be time for 3.9 to be removed from the list.
Only running on ubuntu for now, we can consider multiple OSs later.