Skip to content
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

Update python-markdown #369

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

giginet
Copy link

@giginet giginet commented Jul 21, 2022

This PR is the same submitted to a forked repository.
PokeAPI#113


I'd like to run pokedex on macOS with Apple Silicon. However, the old python-markdown doesn't support building for M1 chips.

I updated python-markdown for the latest version.

markdown.util.etree is deprecated on 3.2. According to the official documentation, use xml.etree.ElementTree instead. https://python-markdown.github.io/change_log/release-3.2/#markdownutiletree-deprecated
latest python-markdown doesn't support ancient Pythons. So I dropped 2.7 support. Python 2.x is no longer supported officially.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant