Skip to content

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

1 participant