eyeseast / python-frontmatter

Parse and manage posts with YAML (or other) frontmatter
http://python-frontmatter.rtfd.io
MIT License
329 stars 43 forks source link

Use updated PYAMLDumper which wants yes/no instead of true/false #107

Closed eyeseast closed 1 year ago

eyeseast commented 1 year ago

This PR also updates the versions of Python tested to only include 3.8 to 3.11, since 3.7 and earlier are no longer supported.

Closes #105

Closes #98