diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index cbc50d6..52a827d 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ['3.6', '3.7', '3.8', pypy3] + python-version: ['3.6', '3.7', '3.8', '3.9', pypy3] steps: - name: Check out source code uses: actions/checkout@v2