From 887a02953448890f21f7beca49f275dac2f9c952 Mon Sep 17 00:00:00 2001 From: dvarasani-crest <151819886+dvarasani-crest@users.noreply.github.com> Date: Wed, 30 Oct 2024 11:54:19 +0530 Subject: [PATCH] ci: use latest python for pre-commit (#133) This PR sets python version to 3.12 for per-commit Reference: [ADDON-75861](https://splunk.atlassian.net/browse/ADDON-75861) --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 490baca..ecf52d3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 with: - python-version: "3.7" + python-version: "3.12" - uses: pre-commit/action@v3.0.1 build_action: