From 098bcf655c0c87e7d3bba89c45a1072980b846dc Mon Sep 17 00:00:00 2001 From: Walter Simson Date: Wed, 20 Dec 2023 10:49:37 -0800 Subject: [PATCH] bump python version --- .github/workflows/test_pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_pages.yml b/.github/workflows/test_pages.yml index db72a8b6..a7498a2a 100644 --- a/.github/workflows/test_pages.yml +++ b/.github/workflows/test_pages.yml @@ -7,7 +7,7 @@ jobs: steps: - uses: actions/setup-python@v3 with: - python-version: '3.8' + python-version: '3.9' - uses: actions/checkout@master with: fetch-depth: 0 # otherwise, you will fail to push refs to dest repo