Skip to content

RFC: Drop Python 3.9 support #208

Description

@ndevarapalli-panw

Python 3.9 reached end-of-life on October 31, 2025 and no longer receives security patches. We're planning to raise the minimum supported Python version in an upcoming release.

Motivation:

  • CVE fixes for several dependencies require Python 3.10+
  • Security scanning tools (pip-audit, bandit) have dropped 3.9 compatibility in newer versions
  • Python 3.9 is EOL upstream - continuing to support it means ignoring vulnerabilities we can't fix

pip will automatically serve the last compatible release to users on older Python versions, so existing installations won't break.

We haven't finalized the target version yet. Comments and concerns welcome.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions