-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
pypy3.5 support #521
Comments
You need python 3.6 to run black, but it can process any version of python code. |
Because it takes advantage of useful language features (e.g. f-strings) available only in 3.6.
If you did that, you would find that the code does not run under 3.5. It's not just an arbitrary limit in setup.py. |
Why is this limited to only 3.6+ ? I'm unable to pip install with pypy3.5 so I installed with 3.7 and ran against the code written in 3.5 and all of my tests still pass. Are there specific known issues?
I would like to avoid forking and pushing to pip under a different name with only the setup.py altered but this tool would be amazing for my team.
The text was updated successfully, but these errors were encountered: