diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index be33cc2..2e5707a 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.8 + - name: Set up Python 3.9 uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.9 - name: Install dependencies run: | python -m pip install --upgrade pip diff --git a/README.md b/README.md index d98213a..b9be190 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.8 or higher installed: +Make sure you have Python 3.9 or higher installed: [Python homepage](https://www.python.org/)