CI updated (yaml data-type for version)

This commit is contained in:
Nicolas 2025-05-13 09:01:04 +02:00
parent b0c08e38bf
commit 2966ca9fe1
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ jobs:
strategy: strategy:
matrix: matrix:
python-version: [3.10, 3.11, 3.12, 3.13] python-version: ["3.10", 3.11, 3.12, 3.13]
steps: steps:
# Step 1: Check out the code from the repository # Step 1: Check out the code from the repository