-
-
Notifications
You must be signed in to change notification settings - Fork 704
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
Datasette should work with Python 3.8 (and drop compatibility with Python 3.5) #622
Labels
Comments
This was referenced Nov 11, 2019
simonw
added a commit
that referenced
this issue
Nov 11, 2019
Here's the error I'm getting with Python 3.8 at the moment:
I'm pretty confident upgrading uvicorn (and uvloop with it) will fix this. |
Confirmed: upgrading to |
simonw
added a commit
that referenced
this issue
Nov 12, 2019
Here's where Python 3.5 started failing: https://travis-ci.org/simonw/datasette/builds/610682852 |
simonw
added a commit
that referenced
this issue
Nov 12, 2019
Released in Datasette 0.31. |
simonw
added a commit
that referenced
this issue
Nov 15, 2019
simonw
added a commit
that referenced
this issue
Nov 15, 2019
simonw
added a commit
that referenced
this issue
Nov 15, 2019
* Upgrade to uvicorn 0.10.4 * Drop support for Python 3.5 * Bump all dependencies to latest releases * Update docs to reflect we no longer support 3.5 * Removed code that skipped black unit test on 3.5 Closes #622
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See #595, #594, #404.
The big thing holding me back from ditching Python 3.5 was glitch.com - but they now offer Python 3.7: https://support.glitch.com/t/can-you-upgrade-python-to-latest-version/7980/25?u=simonw
The text was updated successfully, but these errors were encountered: