From 62abb43a7150ce8d60ba461345df4e4b94f7efa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Thu, 1 Dec 2022 23:58:37 -0300 Subject: [PATCH] Bump Python version from 3.6 to 3.7 in workflows MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cherry-picked-from: 528097904ffd1b1cfd04fdb291d1e524df852a0d Signed-off-by: MaurĂ­cio Meneghini Fauth --- .github/workflows/other-tools.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/other-tools.yml b/.github/workflows/other-tools.yml index 789b5f5d62..8b71cf79fe 100644 --- a/.github/workflows/other-tools.yml +++ b/.github/workflows/other-tools.yml @@ -21,7 +21,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.6' + python-version: '3.7' - name: Install Sphinx for the documentation build run: pip install 'Sphinx' @@ -73,7 +73,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v2 with: - python-version: '3.6' + python-version: '3.7' - name: Install Sphinx for the documentation build run: pip install 'Sphinx'