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