From f991fd8f84c7f60c1fd40fe9f1c1c398a73fd964 Mon Sep 17 00:00:00 2001 From: Alexander Zveruk Date: Wed, 20 May 2020 09:07:58 +0300 Subject: [PATCH] use python 3.8 for CI --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ce16e40..be4f045 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.7] + python-version: [3.8] # Steps represent a sequence of tasks that will be executed as part of the job steps: