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

Drop support for Python 3.7 and add support for Python 3.12 #119

Closed bih closed 6 months ago

bih commented 6 months ago

This is because Python 3.7 is no longer considered an active Python release and we currently only support up to Python 3.11 so we are 2 releases behind (3.12 and 3.13 but the latter being pre-release).

The current active releases are:

Python 3.8 will be no longer maintained (or considered an active release) as of October 2024, but we can move this to a separate discussion later in the year.