MPBA / pyphysio

GNU General Public License v3.0
47 stars 13 forks source link

Python version on pypi is 3.5, while in fact Python 3.6 is needed #58

Open mikbuch opened 3 years ago

mikbuch commented 3 years ago

On pypi (https://pypi.org/project/pyphysio/) pyphysio is classified under Python's 3.5 version, while there are f-String expressions in the code, and these were introduced in Python 3.6, see: https://www.python.org/dev/peps/pep-0498/ and https://realpython.com/python-f-strings/

Other than that minor installation issue it is a great module, thank you!