Skip to content

Commit

Permalink
Drop support for python 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
reconman authored Jan 13, 2024
1 parent 2ae3dbc commit fafd2f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/)

Expand Down Expand Up @@ -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

Expand Down

0 comments on commit fafd2f7

Please sign in to comment.