Skip to content

update setup.py for Python 3.7 compatibility and refine dependencies#464

Open
sabonerune wants to merge 1 commit intobastibe:masterfrom
sabonerune:bld/fix-requires
Open

update setup.py for Python 3.7 compatibility and refine dependencies#464
sabonerune wants to merge 1 commit intobastibe:masterfrom
sabonerune:bld/fix-requires

Conversation

@sabonerune
Copy link

Updates platform compatibility tags and metadata.
#462 makes it impossible to support Python < 3.7.

NOTE

AudioData: TypeAlias = numpy.typing.NDArray[Any]

You can support Python 3.6 by changing numpy.typing.NDArray[Any] to numpy.ndarray.
This seems pretty much the same to me.
numpy.typing.NDArray (document)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant