From a2a7c746422dfebf745af6c3c594325c67804e87 Mon Sep 17 00:00:00 2001 From: Daniel Bourke Date: Tue, 12 Sep 2023 12:19:02 +1000 Subject: [PATCH] update python version 3.7 -> 3.8 --- .github/workflows/make_docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/make_docs.yml b/.github/workflows/make_docs.yml index 4300e47d..1d530080 100644 --- a/.github/workflows/make_docs.yml +++ b/.github/workflows/make_docs.yml @@ -23,7 +23,7 @@ jobs: - uses: actions/checkout@v2 - uses: actions/setup-python@v2 with: - python-version: 3.7 + python-version: 3.8 - uses: actions/cache@v2 with: key: ${{ github.ref }}