X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=.github%2Fworkflows%2Fmain.yml;h=192c3299f7f4c33132a242c4419a112b4c0bad27;hb=5a972ea9af108295653ccd380011455ccaee1d3d;hp=2ccf6f2ae543181bc4c4e566e4d041cdead1ebd4;hpb=6734f7a39db4b997feee8a2f8d5ae730ec10594c;p=kconfig-hardened-check.git diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2ccf6f2..192c329 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -15,8 +15,8 @@ jobs: max-parallel: 4 fail-fast: false matrix: - python-version: [3.6, 3.7, 3.8, 3.9] - # github runner with python 3.5 currently fails to install this package + # Current ubuntu-latest (Ubuntu 22.04) provides the following versions of Python: + python-version: ['3.7', '3.8', '3.9', '3.10', '3.11'] steps: