From 05817ca0cd438477aaba590d1de7d17f5ced250d Mon Sep 17 00:00:00 2001 From: phoebusm Date: Tue, 24 Dec 2024 19:16:17 +0000 Subject: [PATCH] Add missing version --- .github/workflows/build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ec22795b89..a9220cec57 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -104,7 +104,7 @@ jobs: strategy: fail-fast: false matrix: - python3: ${{fromJson(vars.LINUX_PYTHON_VERSIONS || '[7, 8, 9, 10, 11, 12]')}} + python3: ${{fromJson(vars.LINUX_PYTHON_VERSIONS || '[6, 7, 8, 9, 10, 11, 12]')}} arcticdb_version: ["oldest", "latest"] include: - python_deps_ids: [""] @@ -226,7 +226,7 @@ jobs: strategy: fail-fast: false matrix: - python3: ${{fromJson(vars.LINUX_PYTHON_VERSIONS || '[7, 8, 9, 10, 11, 12]')}} + python3: ${{fromJson(vars.LINUX_PYTHON_VERSIONS || '[6, 7, 8, 9, 10, 11, 12]')}} arcticdb_version: ["oldest", "latest"] include: - python_deps_ids: [""]