diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT.yml index 110b33546..4f3b6a1e9 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.9.20 + placeholder: eg. 3.10.19 validations: required: true - type: input diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 9e2fee39c..2026f0aa7 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,7 +12,7 @@ on: env: CACHE_VERSION: 1 - DEFAULT_PYTHON: 3.9 + DEFAULT_PYTHON: '3.10' jobs: lint-flake8: diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 27847c7e5..fb64a20dc 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -9,7 +9,7 @@ on: types: [published] env: - DEFAULT_PYTHON: 3.9 + DEFAULT_PYTHON: '3.10' jobs: build: diff --git a/.github/workflows/refresh_token.yml b/.github/workflows/refresh_token.yml index 2c6e4c11c..e3bf8de92 100644 --- a/.github/workflows/refresh_token.yml +++ b/.github/workflows/refresh_token.yml @@ -7,7 +7,7 @@ on: env: CACHE_VERSION: 1 - DEFAULT_PYTHON: 3.9 + DEFAULT_PYTHON: '3.10' jobs: refresh-token: diff --git a/.readthedocs.yml b/.readthedocs.yml index a2646ce1f..f561d9a2a 100644 --- a/.readthedocs.yml +++ b/.readthedocs.yml @@ -5,7 +5,7 @@ version: 2 build: os: ubuntu-22.04 tools: - python: "3.9" + python: '3.10' sphinx: configuration: docs/conf.py diff --git a/pyproject.toml b/pyproject.toml index 2f17c8300..f90723411 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.9" +requires-python = ">=3.10" keywords = ["plex", "api"] license = "BSD-3-Clause" classifiers = [