From da96c39a4f78a86a1ab8c969eb6cc601cc52d87f Mon Sep 17 00:00:00 2001 From: saileshwar-skyflow Date: Thu, 9 Jan 2025 10:45:16 +0530 Subject: [PATCH] SK-1772: Update python version --- .github/workflows/ci.yml | 2 +- .github/workflows/main.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2eebe75..06aa9a5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: '3.7.1' + python-version: '3.8' - name: create-json id: create-json diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ac71a35..48472e7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: '3.7.1' + python-version: '3.8' - name: create-json id: create-json