diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 15e8f14..5eef541 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,7 +8,7 @@ jobs: runs-on: ${{ matrix.os }} strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10-dev"] os: [ubuntu-latest] steps: @@ -34,4 +34,4 @@ jobs: - name: Check formatting run: | - black --check . \ No newline at end of file + black --check .