amueller / word_cloud

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

when will a new pypi version be released? #714

Closed alexbarros closed 1 year ago

alexbarros commented 1 year ago

o/, we are trying to add wordcloud to ydata-profiling (also known as pandas-profiling) in this PR, but it failed on our tests because of incompatibility with python 3.11. Looking at the repo it seems that it already has support for python 3.11 it just does not have a new version release yet. So my question is there a new release planed for the package?

amueller commented 1 year ago

Hey! Should be released now. Please give it a try!

alexbarros commented 1 year ago

o/ thx @amueller, we tested it in the PR, and worked for multiple Python versions (3.7+) :+1: .