voicesauce / opensauce-python

Voice analysis software (Python port of VoiceSauce)
Apache License 2.0
53 stars 16 forks source link

Python 3 support #20

Closed terriyu closed 7 years ago

terriyu commented 7 years ago

Currently, Python 3.x seems to work and passes the tests. For now, the docs say to use Python 2.7. When the software is fully tested, we should update the docs to say that Python 3.x is also supported.

terriyu commented 7 years ago

There haven't been any issues with Python 3 for the past month -- all the unit tests have been passing. The documentation has been changed to specify Python 3 support (see commit https://github.com/voicesauce/opensauce-python/commit/ba1c886944e42d3f2f83f68e7dedf8d294f2fc2e). So I'm closing this issue.