diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f227ee1..79c0c88 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - python: ["3.6", "3.7", "3.8", "3.9", "3.10"] + python: ["3.7", "3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v3 - name: Setup Python