python-soundfile
python-soundfile copied to clipboard
update setup.py for Python 3.7 compatibility and refine dependencies
Updates platform compatibility tags and metadata. #462 makes it impossible to support Python < 3.7.
NOTE
https://github.com/bastibe/python-soundfile/blob/5069b8cb828eb2bb26aba0620e1f7ea2ae37f189/soundfile.py#L32
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)