diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a580ba4..65f74dc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,6 +14,7 @@ jobs: - "3.7" - "3.8" - "3.9" + - "3.10" name: Python ${{ matrix.python-version }} runs-on: ubuntu-20.04