Skip to content

v1.11.1: Python 3.11 Evidence Compatibility

Choose a tag to compare

@MilindGaharwar MilindGaharwar released this 15 Aug 15:56
· 50 commits to main since this release

Fixed

  • Restored canonical evidence parsing on Python 3.11 by validating serialized
    result states through the enum constructor instead of version-dependent enum
    containment behavior.

Verification

  • CI passed on Python 3.11, 3.12, 3.13, and 3.14, plus macOS, coverage, lint,
    completion evidence, and the repository self-scan.
  • The release wheel and source distribution passed package smoke tests and
    source reconstruction checks.
  • PyPI Trusted Publishing, build provenance, and CycloneDX SBOM generation
    completed successfully.