From fafd2f75c87f2553be9f157ff47f9b51a2cb6f25 Mon Sep 17 00:00:00 2001 From: reconman Date: Sat, 13 Jan 2024 23:11:53 +0100 Subject: [PATCH] Drop support for python 3.7 --- .github/workflows/CI.yml | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index fe39836..d2500f7 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -26,10 +26,10 @@ jobs: steps: - uses: actions/checkout@v4 - - name: Set up Python 3.7 + - name: Set up Python 3.8 uses: actions/setup-python@v5 with: - python-version: 3.7 + python-version: 3.8 - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/README.md b/README.md index 95aac57..c0f408f 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This version is based on my previous project [PlexMalSync](https://github.com/R ### Step 1 - install Python -Make sure you have Python 3.7 or higher installed: +Make sure you have Python 3.8 or higher installed: [Python homepage](https://www.python.org/) @@ -268,7 +268,7 @@ Another docker container for Tautulli with built-in PlexAniSync can be found her ## Requirements -[Python 3.7 or higher](https://www.python.org/) +[Python 3.8 or higher](https://www.python.org/) ## Support