Skip to content

Drop Python 3.8 from CI or pin cryptography version for 3.8 #915

@RyAuld

Description

@RyAuld

Summary

Python 3.8 reached EOL in October 2024. The \cryptography\ package has dropped Python 3.8 support, so \pip install cryptography\ on 3.8 installs an older version that no longer matches the latest PyPI release.

This causes \ est_should_be_run_with_latest_version_of_cryptography\ to fail on the Python 3.8 CI job.

Options

  1. Drop Python 3.8 from CI matrix — it's EOL and no longer receiving security patches.
  2. Skip the cryptography version check on Python 3.8 — allow the test to pass on older runtimes.
  3. Pin a compatible cryptography version for 3.8 — if continued 3.8 support is needed.

Related

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions