liang2kl / mkdocs-blogging-plugin

Add blogging feature to your MkDocs site.
https://liang2kl.github.io/mkdocs-blogging-plugin
MIT License
84 stars 17 forks source link

[BUG] latest release breaks build(?) #47

Closed Andre601 closed 1 year ago

Andre601 commented 1 year ago

Describe the bug The latest release (2.2.3) results in a failed build for me.

I'm using a GitHub Action setup to build and publish the page and it fails with the following errors: https://pastes.dev/XgfLt3mAAI

To Reproduce Steps to reproduce the behavior:

  1. Use 2.2.3
  2. Execute mkdocs build

Expected behavior Build should be successful

Screenshots

Environment (please complete the following information):

Additional context The full workflow file used can be found here: https://github.com/Andre601/blog/blob/master/.github/workflows/deploy-preview.yml

Run fails at "Build Docs" which is just mkdocs build

liang2kl commented 1 year ago

Thank you for reporting the problem!

As discussed in https://stackoverflow.com/a/59217333, it happens in Python versions under 3.8. I will fix this later.

liang2kl commented 1 year ago

I've also updated the test workflow so that no future updates will break any supported versions, at least in the scope of the tests. :)