CODAIT / text-extensions-for-pandas

Natural language processing support for Pandas dataframes.
Apache License 2.0
217 stars 34 forks source link

Expand supported Python versions to cover 3.6 and increment package version #192

Closed frreiss closed 3 years ago

frreiss commented 3 years ago

While doing some internal testing, I discovered that we didn't update the Python version in setup.py when we added Python 3.6 support. This PR updates the package metadata to indicate that this library runs on Python 3.6.

frreiss commented 3 years ago

I'm going to merge this change now so I can cut another beta release and perform downstream testing with Python 3.6.