diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6fc6b5b729..a6c8d37917 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-22.04 strategy: matrix: - python-version: ["3.7", "3.10"] + python-version: ["3.8", "3.9", "3.10"] steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it @@ -74,7 +74,7 @@ jobs: runs-on: windows-2022 strategy: matrix: - python-version: ["3.7", "3.10"] + python-version: ["3.8", "3.9", "3.10"] steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it