diff --git a/.github/workflows/beta-cicd.yml b/.github/workflows/beta-cicd.yml index 8cd5f862..f35c85a8 100644 --- a/.github/workflows/beta-cicd.yml +++ b/.github/workflows/beta-cicd.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10"] + python-version: ["3.10", "3.11", "3.12"] steps: - name: Check out repo uses: actions/checkout@v4 diff --git a/.github/workflows/feature-cicd.yml b/.github/workflows/feature-cicd.yml index 54fd4838..d392c723 100644 --- a/.github/workflows/feature-cicd.yml +++ b/.github/workflows/feature-cicd.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10"] + python-version: ["3.10", "3.11", "3.12"] steps: - name: Check out repo uses: actions/checkout@v4