Skip to content

Commit

Permalink
feat: upgrade to piper-tts 1.2.0 and remove support for Python < 3.9 (#…
Browse files Browse the repository at this point in the history
…22)

Co-authored-by: JarbasAI <[email protected]>
  • Loading branch information
dblencowe and JarbasAl authored Jan 21, 2024
1 parent 73cda2d commit 6ba8c17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
strategy:
max-parallel: 2
matrix:
python-version: [ 3.7, 3.8, 3.9, "3.10" ]
python-version: [ 3.9, "3.10" ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
ovos-plugin-manager>=0.0.5
piper-phonemize~=1.0.0
piper-tts==1.1.0
piper-tts==1.2.0

0 comments on commit 6ba8c17

Please sign in to comment.