From: Alexander Popov Date: Mon, 30 May 2022 16:04:33 +0000 (+0300) Subject: github actions: Add testing with python 3.9 X-Git-Tag: v0.6.1~157 X-Git-Url: https://jxself.org/git/?a=commitdiff_plain;h=87728fa83970d9d28c9018febcc1f71fa1972e78;p=kconfig-hardened-check.git github actions: Add testing with python 3.9 --- 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: