Skip to content

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

Closed
sabonerune wants to merge 1 commit into
bastibe:masterfrom
sabonerune:bld/fix-requires
Closed

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

Conversation

@sabonerune
Copy link
Copy Markdown

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)

@sabonerune
Copy link
Copy Markdown
Author

This PR is outdated due to #483 and #482.

@sabonerune sabonerune closed this Jun 3, 2026
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