-
-
Notifications
You must be signed in to change notification settings - Fork 772
Closed
Description
Original title: Can I keep "pip install datasette" working on Python 3.6?
I dropped support for 3.6 in:
I'm getting reports that pip3 install datasette
throws an error on that Python, even though I haven't made that new release yet - presumably due to lack of pinning of Uvicorn: https://twitter.com/ldodds/status/1484289475195080706
Is it possible to get pip
on that version of Python to install the highest possible version of the packages that are still known to support Python 3.6?
If so, how?
matthewfeickert