Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Decide Python versions we want to support #14

Open
andrewwuan opened this issue Sep 22, 2019 · 1 comment
Open

Decide Python versions we want to support #14

andrewwuan opened this issue Sep 22, 2019 · 1 comment
Assignees
Labels
pypi Release to PyPI

Comments

@andrewwuan
Copy link
Collaborator

Suggestions are welcome. If not, I'll see if we can support everything that's supported in librosa: https://github.com/librosa/librosa/blob/master/setup.py#L36

@andrewwuan andrewwuan added the pypi Release to PyPI label Sep 22, 2019
@andrewwuan andrewwuan self-assigned this Sep 22, 2019
@raymondxyy
Copy link
Owner

Let's not support Python 2.X. There is at least one function I implemented that uses Python 3's built-ins. Also, Python 2 is reaching the end of life anyway.

My preference would be Python 3.6+, but I need to check how the earlier versions affect things. We can support those as well if everything is compatible.

@raymondxyy raymondxyy self-assigned this Sep 22, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
pypi Release to PyPI
Projects
None yet
Development

No branches or pull requests

2 participants