diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7666b10..2e7749b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,10 +9,11 @@ jobs: strategy: matrix: python-version: - - 3.5 - - 3.6 - 3.7 - 3.8 + - 3.9 + - "3.10" + - 3.11 runs-on: ubuntu-latest steps: - uses: actions/checkout@v2