diff --git a/.github/workflows/ci-cd.yaml b/.github/workflows/ci-cd.yaml index cc3362f..9b15644 100644 --- a/.github/workflows/ci-cd.yaml +++ b/.github/workflows/ci-cd.yaml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.10", "3.11", "3.12"] + python-version: ["3.12"] steps: - name: Checkout Repository uses: actions/checkout@v2