Bump minimum required python version from 3.7 to 3.8#968
Bump minimum required python version from 3.7 to 3.8#968zarch wants to merge 1 commit intofastapi:masterfrom
Conversation
|
📝 Docs preview for commit 5cb3b98 at: https://39a79517.typertiangolo.pages.dev |
There was a problem hiding this comment.
Thanks for the PR!
Our [Update: actually, let me look into this more.]build-docs workflow is run on a Python 3.11 instance, so I don't think there's an issue with the versioning of mkdocs-material.
We will drop support for Python 3.7 at some point though. When we do, we'll need many more changes than just changing the project.toml. This work is already being prepared in PR #830. We can close this PR and continue in #830.
|
According to the |
mkdocs-material==9.5.33 depends on Python>=3.8therefore we should:mkdocs-materialto a compatible version with python 3.7.Considering that Python3.7 end of life was 2023-06-27, it seems reasonable to require as minimum version python3.8 (end of life due 2024-10).
See discussion