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.74k stars 858 forks source link

Drop support for PY36 #1259

Closed waylan closed 2 years ago

waylan commented 2 years ago

Python dropped support on 2021-12-23. Our policy (#760) is to drop support on the next point release after Python does.

waylan commented 2 years ago

As PEP562 was added in PY37, we can also remove the backport. This should resolve the failing coverage check.