kxxt / aspeak

A simple text-to-speech client for Azure TTS API.
MIT License
494 stars 57 forks source link

aspeak does not support python3.9 or above #80

Open CNDotaBest opened 1 year ago

CNDotaBest commented 1 year ago

hello, Excuse me, does aspeak not support python3.9 or above

kxxt commented 1 year ago

aspeak supports python 3.8 and above.

Note that for aspeak>=4.0, I only publish wheels for mac and windows.

Because of manylinux compatibility issues, the wheels for linux are not published. You need to build it by yourself.