diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 888eb4d80..27769757f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,7 +21,7 @@ jobs: strategy: matrix: runs-on: ["ubuntu-latest"] # can add windows-latest, macos-latest - python-version: ["3.8", "3.9", "3.10", "3.11"] + python-version: ["3.9", "3.10", "3.11"] include: # Include one that runs in the dev environment - runs-on: "ubuntu-latest"