Skip to content

Commit 066beb4

Browse files
committed
Bump minimum Python version to 3.9
1 parent 80ed3cd commit 066beb4

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

Diff for: .github/ISSUE_TEMPLATE/BUG_REPORT.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ body:
5050
id: python
5151
attributes:
5252
label: Python Version
53-
placeholder: eg. 3.8.17
53+
placeholder: eg. 3.9.20
5454
validations:
5555
required: true
5656
- type: input

Diff for: .github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

1313
env:
1414
CACHE_VERSION: 1
15-
DEFAULT_PYTHON: 3.8
15+
DEFAULT_PYTHON: 3.9
1616

1717
jobs:
1818
lint-flake8:

Diff for: .github/workflows/pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
types: [published]
1010

1111
env:
12-
DEFAULT_PYTHON: 3.8
12+
DEFAULT_PYTHON: 3.9
1313

1414
jobs:
1515
build:

Diff for: .readthedocs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ version: 2
55
build:
66
os: ubuntu-22.04
77
tools:
8-
python: "3.8"
8+
python: "3.9"
99

1010
sphinx:
1111
configuration: docs/conf.py

Diff for: pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ authors = [
55
]
66
description = "Python bindings for the Plex API."
77
readme = "README.rst"
8-
requires-python = ">=3.8"
8+
requires-python = ">=3.9"
99
keywords = ["plex", "api"]
1010
license = {file = "LICENSE.txt"}
1111
classifiers = [

0 commit comments

Comments
 (0)