Fix formatting of Python version list in quality.yaml

This commit is contained in:
2025-05-04 00:29:59 +02:00
parent cecb0406be
commit ab6b493057

View File

@@ -21,7 +21,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
python-version: [3.9, 3.10, 3.11, 3.12, 3.13] python-version: ["3.9", "3.10", "3.11", "3.12", "3.13"]
include: include:
- python-version: "3.9" - python-version: "3.9"
name: "Python 3.9" name: "Python 3.9"