backstage / mkdocs-monorepo-plugin

✚ Build multiple documentation folders in a single Mkdocs. Designed for large codebases.
https://backstage.github.io/mkdocs-monorepo-plugin/
Apache License 2.0
313 stars 75 forks source link

Update CI to use all python versions #97

Closed johnor closed 1 year ago

johnor commented 1 year ago

Readme says only python 3.6 and 3.7 are supported. I ran the tests with 3.8-3.11 and they seem to pass. Anything else that would block this project from using newer python versions? I had to drop 3.6 from CI though since it is not available anymore in the latest images. Could manually install it in the pipeline if you want also.

ssbarnea commented 1 year ago

Thanks @johnor that should have being done long time ago but my impression is that this project is not really under active maintenance. I hope that would change as a good CI/CD coverage is essential for maintenance.

I use the plugin with py311 as it "happens" to work, but I don't like gambling.

Another issue with the project is that it does not even run the GHA pipelines by default. I hope that was a misconfiguration and not a case of hostile architecture.