diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5da9648..3bb804e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,12 +14,11 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [3.6, 3.9] + python-version: ["3.8", "3.9", "3.10"] os: [ubuntu-latest] steps: - uses: actions/checkout@v2 - - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v2.2.2 with: