jimbarrett27 / wrdcld

A predictable, interpretable wordcloud library
GNU General Public License v3.0
2 stars 0 forks source link

Run github actions on multiple python versions #25

Closed naslundx closed 2 months ago

naslundx commented 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.

jimbarrett27 commented 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