From 6e6a1e1a1131ef6f4fb1d477f8f8b92f337a3213 Mon Sep 17 00:00:00 2001 From: hay-kot Date: Sat, 13 Feb 2021 19:47:46 -0900 Subject: [PATCH] update python version --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 210e84fbc..991da336c 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -21,7 +21,7 @@ jobs: - name: Set up python uses: actions/setup-python@v2 with: - python-version: 3.8 + python-version: 3.9 #---------------------------------------------- # ----- install & configure poetry ----- #----------------------------------------------