Add comment for Git action tests

This commit is contained in:
nicolargo 2025-12-20 15:19:58 +01:00
parent 59d54b8e2b
commit e74dcc0060
1 changed files with 3 additions and 1 deletions

View File

@ -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: