Skip to content

ci: Add minimal versions check.

Wiktor Kwapisiewicz requested to merge direct-minimal-versions-check into main
  • This will check if our lower bounds for dependencies are valid.

  • This is a port of PySequoia's check that I mentioned on a meeting.

  • There are several open questions you can help me answer:

    • Which projects should be tested? Currently it's only sequoia-openpgp.
    • Which crypto backends should be tested? I think we can check all since it should have fairly low resource usage and this way we test all combinations of all crates.

Merge request reports