From 6d576cb0ec3f971b53ea01e5dfa3afb5db783b53 Mon Sep 17 00:00:00 2001 From: Chaz Larson Date: Fri, 11 Aug 2023 11:05:19 -0500 Subject: [PATCH] python-dotenv 1.0.0 drops support for 3.7 --- docs/home/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/home/installation.md b/docs/home/installation.md index 810497b8..2e404026 100644 --- a/docs/home/installation.md +++ b/docs/home/installation.md @@ -30,7 +30,7 @@ If you are using unRAID, Kubernetes, QNAP, or Synology refer to the following ba ## Local Install Overview -Plex Meta Manager is compatible with Python 3.7 through 3.11. Later versions may function but are untested. +Plex Meta Manager is compatible with Python 3.8 through 3.11. Later versions may function but are untested. These are high-level steps which assume the user has knowledge of python and pip, and the general ability to troubleshoot issues. For a detailed step-by-step walkthrough, refer to the [Local Walkthrough](guides/local) guide.