Python-Markdown / markdown

A Python implementation of John Gruber’s Markdown with Extension support.
https://python-markdown.github.io/
BSD 3-Clause "New" or "Revised" License
3.79k stars 863 forks source link

Add PY3.12 & PYPY3.10 and drop 3.7 #1371

Closed waylan closed 1 year ago

waylan commented 1 year ago

Also update default version for non-version specific tests (linters, etc) to PY-3.11 (previously used 3.7). Fixes #1357.