From dc7c4f6a38b3b39fe7940fdd3c3cd27c3edca11a Mon Sep 17 00:00:00 2001 From: Roman Zlobin Date: Fri, 25 Oct 2024 19:52:27 +0300 Subject: [PATCH] fix: add comma in version matrix --- .github/workflows/test_full.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test_full.yml b/.github/workflows/test_full.yml index a267cbdda..a525ce3ac 100644 --- a/.github/workflows/test_full.yml +++ b/.github/workflows/test_full.yml @@ -20,7 +20,7 @@ jobs: strategy: fail-fast: false 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"] os: [macOS-latest, windows-latest, ubuntu-latest] runs-on: ${{ matrix.os }}