OpenVoiceOS / ovos-tts-plugin-piper

Apache License 2.0
17 stars 11 forks source link

Upgrading to piper-tts 1.2.0 means dropping support for Python < 3.9 #21

Open dblencowe opened 8 months ago

dblencowe commented 8 months ago

The piper-phonemize package required by piper-tts >= 1.2.0 needs a minimum of Python 3.9, so to upgrade to this version of piper-tts we will need to remove Python version 3.7 and 3.8 from the matrix in unit_tests.yaml

JarbasAl commented 8 months ago

leaving this issue open to track this, assuming upstream will restore compat

thanks for all the PRs! they have been merged. 0.0.1 stable release was made pinning older versions of piper to provide compat with older python versions. dev branch is now requiring 3.9

mikejgray commented 8 months ago

May be worth pulling different upstream packages based on Python version, to maintain compatibility for OVOS users on 3.8-.3.9