Skip to content

Commit

Permalink
Bump minimum Python version to 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JonnyWong16 committed Nov 16, 2024
1 parent 80ed3cd commit 066beb4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/BUG_REPORT.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ body:
id: python
attributes:
label: Python Version
placeholder: eg. 3.8.17
placeholder: eg. 3.9.20
validations:
required: true
- type: input
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
CACHE_VERSION: 1
DEFAULT_PYTHON: 3.8
DEFAULT_PYTHON: 3.9

jobs:
lint-flake8:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:
types: [published]

env:
DEFAULT_PYTHON: 3.8
DEFAULT_PYTHON: 3.9

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .readthedocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ version: 2
build:
os: ubuntu-22.04
tools:
python: "3.8"
python: "3.9"

sphinx:
configuration: docs/conf.py
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ authors = [
]
description = "Python bindings for the Plex API."
readme = "README.rst"
requires-python = ">=3.8"
requires-python = ">=3.9"
keywords = ["plex", "api"]
license = {file = "LICENSE.txt"}
classifiers = [
Expand Down

0 comments on commit 066beb4

Please sign in to comment.