Currently pip will fail if using Python 3.9
Can you please issue a point release (4.4.1) so that Python 3.9 won't be blocked by pip / poetry / pipenv?
I haven't tried it myself yet, but I'm surprised it won't install for 3.9. The requirement is currently 3.6+, right?
Do you know why it won't install?
Ah this is #313. We are waiting for a release.
You can work around it until then with pip install --ignore-requires-python -r requirements.txt
Ahh, sorry guys. Cutting a release right now.
Alright, just cut 4.5. Let me know if there are any issues.
Thanks @davesque!
Most helpful comment
Alright, just cut 4.5. Let me know if there are any issues.