fixed incorrect python version for docs
This commit is contained in:
parent
92de8785b8
commit
60f74a9f82
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ license = "MIT"
|
|||
readme = "README.md"
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "^3.11"
|
||||
python = "^3.8"
|
||||
mkdocs = "1.5.3"
|
||||
mkdocs-git-authors-plugin = "0.7.2"
|
||||
mkdocs-git-revision-date-localized-plugin = "1.2.2"
|
||||
|
|
Reference in a new issue