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'