diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 13617a1..fe709e9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -23,7 +23,7 @@ jobs: strategy: matrix: os: [ubuntu-20.04, ubuntu-latest, macos-latest, windows-latest] - python: ["3.8", "3.9", "3.10"] + python: ["3.9", "3.10"] steps: - uses: actions/checkout@v2