google / slo-generator

SLO Generator computes SLIs, SLOs, Error Budgets and Burn Rates from supported backends, then exports an SLO report to supported targets.
Apache License 2.0
489 stars 78 forks source link

💡 [REQUEST] - Define the version of Python used in production in a single place #469

Closed lvaylet closed 6 months ago

lvaylet commented 6 months ago

Summary

The definition of the Python version used in production (3.9 at the time of writing) shows up in multiple places in the codebase. As a result, maintenance is challenging and a source of human errors. Define this version in a single place and propagates it automatically,

Basic Example

Define the Python version as a CI variable?

Screenshots

No response

Drawbacks

None that I can think of.

Unresolved questions

No response

Code of Conduct