-
Notifications
You must be signed in to change notification settings - Fork 451
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
Python 3.7 warnings #607
Comments
The warning seems to originate from Closing, but please let me know if I'm wrong! |
Sorry, my bad I copy pasted the wrong line for reference. Please find the actual warning as below. I checked master and the line is still present so the warning is valid. I would request reopening this.
|
Ah, that's more like it then. Reopening :) |
Thanks, I guess it's the only place. I will grep for similar places if any and raise a PR. Also adding 3.7 to Travis might help which I can add as part of the same PR if it's ok. |
Please do! :) |
Fixed with #609 closing. |
Python 3.7 introduced a warning with respect to collections that will be removed in 3.8 making the project incompatible with 3.8.
Found at https://travis-ci.org/python/cpython/jobs/446051148#L2596
Sample fix : pallets/markupsafe#98
The text was updated successfully, but these errors were encountered: