From 3bc782b7118d7a45c9f67f37fb612d512623fd32 Mon Sep 17 00:00:00 2001 From: Abhijeet Kaurav Date: Wed, 15 Mar 2023 18:47:04 +0530 Subject: [PATCH] use python 3.7 for release containers (cherry picked from commit 2a58010fa40070f13f0e3b23904373259e5bbcf5) --- .github/workflows/release.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index eb8b7b44..f5397c68 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,10 +14,10 @@ jobs: steps: - uses: actions/checkout@v2 - - name: Set up Python 3.6 - uses: actions/setup-python@v1 + - name: Set up Python 3.7 + uses: actions/setup-python@v3 with: - python-version: 3.6 + python-version: 3.7 - name: black uses: psf/black@stable with: