-
Notifications
You must be signed in to change notification settings - Fork 877
Officially Support Python 3.10 #1124
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
Comments
So instead of metadata.entry_points().get('markdown.extensions', ()) We are supposed to use metadata.entry_points(group='markdown.extensions') The new API is already available in the |
Note that we are using the backport for Python 3.6 and 3.7. So we only need to address this for 3.8 and 3.9. I suppose we could just require the backport for those as well. We would need to limit the backport to newer versions only which include support for the change. Regardless, we do not yet officially support Python 3.10, and won't until close in time to its final release, so there is no rush. However, a PR is welcome if someone want's to. |
This warning just started triggering when we added Python 3.10 to our CI matrix. A new release that fixes this would be appreciated. A stacktrace:
|
As Python 3.10 was released last month, we should officially add support. I've adding this to the 3.3.5 Milestone so we don't forget about it. Of course, a PR is welcome. |
For more details see: Python-Markdown/markdown#1124
Uh oh!
There was an error while loading. Please reload this page.
Hello!
If i run a test with
python3 -We
error level, i got this Warning:python version is Python 3.7.3
see changes in metadata.py
The text was updated successfully, but these errors were encountered: