python-soundfile icon indicating copy to clipboard operation
python-soundfile copied to clipboard

update setup.py for Python 3.7 compatibility and refine dependencies

Open sabonerune opened this issue 6 months ago • 0 comments

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)

sabonerune avatar Jun 11 '25 02:06 sabonerune