diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6489b56e..49ee9973 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: strategy: matrix: os: [ubuntu-latest] - python-version: ["3.7", "3.8", "3.9"] + python-version: ["3.9"] # include: # - os: macos-latest # python-version: "3.8"