github actions: Add testing with python 3.9
[kconfig-hardened-check.git] / .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: