From 60f74a9f82ae58a4aa4427b6cbe759116c7c1ba3 Mon Sep 17 00:00:00 2001 From: SeaswimmerTheFsh Date: Mon, 5 Feb 2024 18:36:51 -0500 Subject: [PATCH] fixed incorrect python version for docs --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 681c7b0..ea8aff9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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"