From cf47fdc867299ff1c10b98fe86dec8e28b4c7c19 Mon Sep 17 00:00:00 2001 From: Kyle-Neale Date: Tue, 17 Sep 2024 17:34:57 -0400 Subject: [PATCH] update python env to 3.12.6 --- kubeflow/hatch.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kubeflow/hatch.toml b/kubeflow/hatch.toml index 001e43ce25414..c85c5f07a7df2 100644 --- a/kubeflow/hatch.toml +++ b/kubeflow/hatch.toml @@ -1,4 +1,4 @@ [env.collectors.datadog-checks] [[envs.default.matrix]] -python = ["3.11"] +python = ["3.12"]