mirror of
https://github.com/Paillat-dev/dismoji.git
synced 2026-01-02 00:56:19 +00:00
Fix formatting of Python version list in quality.yaml
This commit is contained in:
2
.github/workflows/quality.yaml
vendored
2
.github/workflows/quality.yaml
vendored
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user