From eafac7a3ef405ea76543c2c7995b64a19a1695c0 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Thu, 30 Apr 2020 17:04:31 +0900 Subject: [PATCH] docs: bump python from 3.6 to 3.8 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6a075b8..dce7dc0 100644 --- a/README.md +++ b/README.md @@ -784,7 +784,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v1 with: - python-version: '3.6' + python-version: '3.8' architecture: 'x64' - name: Upgrade pip