cisagov / ScubaGoggles

SCuBA Security Configuration Baselines and assessment tool for Google Workspace
https://www.cisa.gov/resources-tools/services/secure-cloud-business-applications-scuba-project
Creative Commons Zero v1.0 Universal
128 stars 13 forks source link

Determine the minimum supported Python version #321

Open adhilto opened 2 weeks ago

adhilto commented 2 weeks ago

🐛 Summary

Currently we're listing the minimum supported Python version as 3.7.16. However, during pilot testing we've found that that version is too old and is incompatible with the libraries ScubaGoggles uses.

Additionally, we need to take another look at the Python module versions. The version of the requests module we're currently requiring has been yanked and needs to be updated as well.

To reproduce

Try to run ScubaGoggles on version 3.7.16.

Expected behavior

ScubaGoggles to list the actual minimum supported Python version.