Skip to content

Commit a0a63d1

Browse files
committed
ci: run lint with py39
1 parent 7947000 commit a0a63d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
max-parallel: 2
4646
matrix:
4747
task: [
48-
38-lint, # https://github.com/PyCQA/pylint/issues/3882
48+
39-lint,
4949
36-unit,
5050
39-unit,
5151
]
@@ -101,7 +101,7 @@ jobs:
101101
task: [
102102
39-acceptance-ghdl,
103103
39-vcomponents-ghdl,
104-
38-lint, # https://github.com/PyCQA/pylint/issues/3882
104+
39-lint,
105105
36-unit,
106106
39-unit,
107107
]

0 commit comments

Comments
 (0)