Skip to content

Commit f8b9e5f

Browse files
authored
Bump minimum Python version to 3.10
1 parent 0a0cbb7 commit f8b9e5f

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

.github/ISSUE_TEMPLATE/BUG_REPORT.yml

Lines changed: 1 addition & 1 deletion
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.9.20
53+
placeholder: eg. 3.10.19
5454
validations:
5555
required: true
5656
- type: input

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212

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

1717
jobs:
1818
lint-flake8:

.github/workflows/pypi.yml

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

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

1414
jobs:
1515
build:

.github/workflows/refresh_token.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77

88
env:
99
CACHE_VERSION: 1
10-
DEFAULT_PYTHON: 3.9
10+
DEFAULT_PYTHON: 3.10
1111

1212
jobs:
1313
refresh-token:

.readthedocs.yml

Lines changed: 1 addition & 1 deletion
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.9"
8+
python: "3.10"
99

1010
sphinx:
1111
configuration: docs/conf.py

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.9"
8+
requires-python = ">=3.10"
99
keywords = ["plex", "api"]
1010
license = "BSD-3-Clause"
1111
classifiers = [

0 commit comments

Comments
 (0)