diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1c7f02b..aeff382 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -12,8 +12,6 @@ jobs: strategy: matrix: python-version: - - "3.8" - - "3.9" - "3.10" steps: - uses: actions/checkout@v3