[LTP] [PATCH v1 1/2] ci: test linting only with python 3.9
Andrea Cervesato
andrea.cervesato@suse.de
Thu Feb 13 14:37:28 CET 2025
From: Andrea Cervesato <andrea.cervesato@suse.com>
Remove all python versions but the 3.9 from all liting commands.
The reason is that there's no need to run pylint on multiple python
versions if we check for the same issues.
Signed-off-by: Andrea Cervesato <andrea.cervesato@suse.com>
---
.github/workflows/linting.yml | 11 +----------
1 file changed, 1 insertion(+), 10 deletions(-)
diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml
index 66746ec..7df63b7 100644
--- a/.github/workflows/linting.yml
+++ b/.github/workflows/linting.yml
@@ -10,16 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
- python-version: [
- "3.6",
- "3.7",
- "3.8",
- "3.9",
- "3.10",
- "3.11",
- "3.12",
- "3.13"
- ]
+ python-version: ["3.9"]
steps:
- name: Show OS
--
2.43.0
More information about the ltp
mailing list