From e74dcc00605f6b4d053b8a2144b1e50b47bea626 Mon Sep 17 00:00:00 2001 From: nicolargo Date: Sat, 20 Dec 2025 15:19:58 +0100 Subject: [PATCH] Add comment for Git action tests --- .github/workflows/test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5a2bf9be..f76b573f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -37,7 +37,9 @@ jobs: runs-on: ubuntu-24.04 strategy: matrix: - python-version: ["3.9", "3.10", "3.11", "3.12", "3.13", "3.14"] + # Python EOL version are note tested + # Multiple Python version only tested for Linux + python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"] steps: