-
-
Notifications
You must be signed in to change notification settings - Fork 769
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
Add Python 3.10 in favor of 3.6 #1494
Conversation
269e4cf
to
46e212a
Compare
c696450
to
34ed890
Compare
5bedd1b
to
44f93b4
Compare
This PR still has the aiohttp changes in it - not sure why it's still showing in the diff though. Can you remove the |
fe03909
to
fc10145
Compare
Done |
The tests are failing due to Flask dependency conflicts. I fixed it in #1502, which is a PR on top of this one, and you can see the tests passing. I it's OK for you, I would propose to merge both after reviewing together, so I don't need to move the fix to this PR. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
Merging both sounds good to me :)
* Add Python 3.10 in favor of 3.6 * Increase lower bound requests for Python 3.10 compatibility
Fixes #1493