dopefishh / pympi

A python module for processing ELAN and Praat annotation files
MIT License
93 stars 39 forks source link

Which minimal python version should we target? #38

Closed xrotwang closed 3 years ago

xrotwang commented 3 years ago

py3.5 is already EOL - but still in use (e.g. by me :) and fairly easy to support). py3.4 has some limitations in pathlib, e.g. read_text is missing. So I'd vote for >=3.5.