fixed incorrect python version for docs
Some checks failed
Build Documentation / Build Documentation (push) Failing after 3s
Build Exported Instance Files / Build Prism Launcher Export (push) Successful in 4s
Build Exported Instance Files / Build ATLauncher Export (push) Successful in 4s

This commit is contained in:
SeaswimmerTheFsh 2024-02-05 18:36:51 -05:00
parent 92de8785b8
commit 60f74a9f82
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -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"