From c7b3027279498cef07c8156d918981bf3d36de8f Mon Sep 17 00:00:00 2001 From: klmcadams <58492561+klmcadams@users.noreply.github.com> Date: Mon, 21 Oct 2024 20:41:15 -0400 Subject: [PATCH] fix: uncomment versions in ci_cd --- .github/workflows/ci_cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci_cd.yml b/.github/workflows/ci_cd.yml index 62588fb7f..831db846a 100644 --- a/.github/workflows/ci_cd.yml +++ b/.github/workflows/ci_cd.yml @@ -76,7 +76,7 @@ jobs: { image: '24.1.0', version: '241' }, { image: '24.2.0', version: '242' }, ] - python-version: ['3.10'] #, '3.11', '3.12'] + python-version: ['3.10', '3.11', '3.12'] steps: - name: "Install Git and clone project" uses: actions/checkout@v4 @@ -140,7 +140,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, windows-latest] - python-version: ['3.10'] #, '3.11', '3.12'] + python-version: ['3.10', '3.11', '3.12'] steps: - name: "Install Git and clone project" uses: actions/checkout@v4