Bump minimum Python version to 3.10 by JonnyWong16 · Pull Request #1562 · pushingkarmaorg/python-plexapi

Pull Request Overview

This PR bumps the minimum supported Python version from 3.9 to 3.10 across the project's configuration and CI/CD infrastructure.

  • Updated the requires-python constraint in pyproject.toml to >=3.10
  • Updated all CI/CD workflows to use Python 3.10 as the default version
  • Updated documentation build configuration and issue templates to reflect the new minimum version

Reviewed Changes

Copilot reviewed 6 out of 6 changed files in this pull request and generated no comments.

Show a summary per file
File Description
pyproject.toml Updated the minimum Python version requirement to 3.10
.readthedocs.yml Updated the Python version used for building documentation to 3.10
.github/workflows/refresh_token.yml Updated DEFAULT_PYTHON environment variable to 3.10
.github/workflows/pypi.yml Updated DEFAULT_PYTHON environment variable to 3.10
.github/workflows/ci.yaml Updated DEFAULT_PYTHON environment variable to 3.10
.github/ISSUE_TEMPLATE/BUG_REPORT.yml Updated the Python version placeholder example to 3.10.19

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.