CPJKU / partitura

A python package for handling modern staff notation of music
https://partitura.readthedocs.io
Apache License 2.0
228 stars 15 forks source link

Partitura does not support Python <= 3.6 #259

Closed manoskary closed 1 year ago

manoskary commented 1 year ago
    from __future__ import annotations
    ^
SyntaxError: future feature annotations is not defined
python-BaseException

Linked googled response

sildater commented 1 year ago

we could just bump the requirements to 3.7 ?

neosatrapahereje commented 1 year ago

I agree. I think that 3.9 has a good level of adoption already, so moving to 3.7 shouldn't be that much of an issue.