canonical / cpc-sbom

CPC maintained tool for generating SBOM for cloud images
GNU General Public License v3.0
7 stars 0 forks source link

Test across multiple python versions #39

Open philroche opened 1 year ago

philroche commented 1 year ago

SBOM creation will be used across multiple Ubuntu releases - from Xenial to Mantic and we should support any python3 versions in those releases.

This issue is to rack the work of adding CI to run the tests/demos on these python versions.

mjdonis commented 1 year ago

Since tests fail on older versions, we decided on setting a >=3.8 python version requirement