nttcslab-sp / kaldiio

A pure python module for reading and writing kaldi ark files
Other
249 stars 35 forks source link

Not support python2.7 python3.5. #2

Closed 0h-n0 closed 5 years ago

0h-n0 commented 5 years ago

Hi. I tested your code with travis CI. As a result, current kaldiio don't support python2.7 and python3.5 due to f-string. However this repo is depened on python2.7 and python3.5 in README.md. [link]

Here is a result of CI.

ShigekiKarita commented 5 years ago

Thanks for reporting, we support travis CI.

kamo-naoyuki commented 5 years ago

@0h-n0 Now fixed, thanks