From 87728fa83970d9d28c9018febcc1f71fa1972e78 Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Mon, 30 May 2022 19:04:33 +0300 Subject: [PATCH] github actions: Add testing with python 3.9 --- .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 e72c3e2..4f36c8d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,7 +15,7 @@ jobs: max-parallel: 4 fail-fast: false matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [3.6, 3.7, 3.8, 3.9] # github runner with python 3.5 currently fails to install this package steps: -- 2.31.1