diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index 11cb06a..00f964b 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: [ '3.9', '3.10', '3.11' ] steps: - name: Checkout Repo @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.6', '3.7', '3.8', '3.9', '3.10', '3.11'] + python-version: [ '3.9', '3.10', '3.11' ] steps: - name: Checkout Repository