github actions: Add testing with python 3.9
authorAlexander Popov <alex.popov@linux.com>
Mon, 30 May 2022 16:04:33 +0000 (19:04 +0300)
committerAlexander Popov <alex.popov@linux.com>
Mon, 30 May 2022 16:08:20 +0000 (19:08 +0300)
.github/workflows/main.yml

index e72c3e228beaf9cec0416e4956e12b78e4bd84d2..4f36c8d5957d032f9976dd175330b1118a9e9ac9 100644 (file)
@@ -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: