From 592d4642ea84604c522bb8676bc8cf2ffc1fc268 Mon Sep 17 00:00:00 2001 From: Jeremy Leibs Date: Tue, 15 Oct 2024 23:28:32 -0400 Subject: [PATCH] Let doc gen run on python 3.9 --- .github/workflows/contrib_checks.yml | 2 +- .github/workflows/reusable_checks_python.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/contrib_checks.yml b/.github/workflows/contrib_checks.yml index 29f38dcf9d45b..27a435762d1d9 100644 --- a/.github/workflows/contrib_checks.yml +++ b/.github/workflows/contrib_checks.yml @@ -64,7 +64,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.8" + python-version: "3.9" - name: Install Python dependencies shell: bash diff --git a/.github/workflows/reusable_checks_python.yml b/.github/workflows/reusable_checks_python.yml index 0d47ca61e773c..35a25a0fbf16d 100644 --- a/.github/workflows/reusable_checks_python.yml +++ b/.github/workflows/reusable_checks_python.yml @@ -56,7 +56,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.8" + python-version: "3.9" cache: "pip" cache-dependency-path: "rerun_py/requirements-doc.txt"