CPJKU / partitura

A python package for handling modern staff notation of music

Home Page:https://partitura.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Partitura does not support Python <= 3.6

manoskary opened this issue · comments

    from __future__ import annotations
    ^
SyntaxError: future feature annotations is not defined
python-BaseException

Linked googled response

we could just bump the requirements to 3.7 ?

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.