model-checking / cbmc-viewer

CBMC Viewer scans the output of CBMC and produces a browsable summary of its findings, making it easy to root cause the issues it finds.
https://model-checking.github.io/cbmc-viewer/
Apache License 2.0
32 stars 11 forks source link

Set minimum python version to 3.7 #147

Closed remi-delmas-3000 closed 3 months ago

remi-delmas-3000 commented 10 months ago

Required to satisfy the reqs of voluptuous 0.14.0 which now uses type annotations, a python 3.7+ feature.

Fixes #146

Sets the minimum python version to 3.7.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.