amueller / word_cloud

A little word cloud generator in Python
https://amueller.github.io/word_cloud
MIT License
10.19k stars 2.32k forks source link

[MNT] - Update README for list of tested python versions #706

Closed TomDonoghue closed 1 year ago

TomDonoghue commented 1 year ago

The README is a bit out of date with the current tested versions, and in the current version implies that the module still is tested on / supports Python2, which I think is no longer the case (?). This update lists the current set of tested Python versions, drawing from the Github actions file.

In addition, there is a minor update to the install section of the README to note that matplotlib is now a required dependency (it previously stated it was optional, but I believe this is outdated).

amueller commented 1 year ago

Thank you! Looks good.

amueller commented 1 year ago

Can you please make sure your original branch is up-to-date?

TomDonoghue commented 1 year ago

My fork says it's up to date with amueller:master

amueller commented 1 year ago

thank you for checking! I'm confused why the test are failing then. But this PR is clearly not the cause.