From c87c26e247e054b1f106af5b51131d6d9195c8b1 Mon Sep 17 00:00:00 2001 From: Josh Siegle Date: Sun, 17 Sep 2023 13:17:35 -0700 Subject: [PATCH] Update Python version in GHA --- .github/workflows/sphinx-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sphinx-build.yml b/.github/workflows/sphinx-build.yml index e96e9ef..39ae599 100644 --- a/.github/workflows/sphinx-build.yml +++ b/.github/workflows/sphinx-build.yml @@ -17,7 +17,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v2 with: - python-version: "3.7" + python-version: "3.10" - name: Install pipenv run: |