Yelp / detect-secrets

An enterprise friendly way of detecting and preventing secrets in code.
Apache License 2.0
3.59k stars 448 forks source link

Support new python versions and upgrade pytest to 7.4.3 #717

Closed msabramo closed 7 months ago

msabramo commented 8 months ago
lorenzodb1 commented 7 months ago

We added support for Python 3.10 and removed support for 3.7 in https://github.com/Yelp/detect-secrets/pull/724. We won't be supporting Python 3.11 yet as it's still in a bugfixes status.

gpflaum commented 7 months ago

@lorenzodb1 You might be misinterpreting the meaning of bugfix status for Python releases. That designation is for stable, maintenance releases. It would be appropriate for detect-secrets to support those releases. 3.11 was released over a year ago.

lorenzodb1 commented 7 months ago

@gpflaum good call, I'll look into it

lorenzodb1 commented 7 months ago

@gpflaum https://github.com/Yelp/detect-secrets/pull/730