Skip to content

Commit df77d10

Browse files
fabiobaltierinashif
authored andcommitted
ci: drop unused python exclusions
Drop some exclusions for python 3.6, this version is not tested in the first place anyway so these are redundant. Signed-off-by: Fabio Baltieri <[email protected]>
1 parent dc5f1bf commit df77d10

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.github/workflows/devicetree_checks.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ jobs:
2828
matrix:
2929
python-version: ['3.10', '3.11', '3.12']
3030
os: [ubuntu-22.04, macos-14, windows-2022]
31-
exclude:
32-
- os: macos-14
33-
python-version: 3.6
34-
- os: windows-2022
35-
python-version: 3.6
3631
steps:
3732
- name: checkout
3833
uses: actions/checkout@v4

.github/workflows/west_cmds.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,6 @@ jobs:
3131
matrix:
3232
python-version: ['3.10', '3.11', '3.12']
3333
os: [ubuntu-22.04, macos-14, windows-2022]
34-
exclude:
35-
- os: macos-14
36-
python-version: 3.6
37-
- os: windows-2022
38-
python-version: 3.6
3934
steps:
4035
- name: checkout
4136
uses: actions/checkout@v4

0 commit comments

Comments
 (0)