diff --git a/.github/workflows/CI_CD.yml b/.github/workflows/CI_CD.yml index dfab60e..5ed8c6f 100644 --- a/.github/workflows/CI_CD.yml +++ b/.github/workflows/CI_CD.yml @@ -45,7 +45,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11"] + python-version: ["3.11"] max-parallel: 3 steps: @@ -77,7 +77,7 @@ jobs: runs-on: macos-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.11", "3.12"] max-parallel: 4 steps: @@ -109,7 +109,7 @@ jobs: runs-on: windows-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.11", "3.12"] max-parallel: 4 steps: