diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 2a5c2162b..110b33546 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml @@ -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 diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 800b8ad0c..f4b86675c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ on: env: CACHE_VERSION: 1 - DEFAULT_PYTHON: 3.8 + DEFAULT_PYTHON: 3.9 jobs: lint-flake8: diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index d509d26c2..ed4cf1072 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -9,7 +9,7 @@ on: types: [published] env: - DEFAULT_PYTHON: 3.8 + DEFAULT_PYTHON: 3.9 jobs: build: diff --git a/.readthedocs.yml b/.readthedocs.yml index e817dd195..a2646ce1f 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,7 +5,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.8" + python: "3.9" sphinx: configuration: docs/conf.py diff --git a/pyproject.toml b/pyproject.toml index d93fd197d..452faee0b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -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 = [