diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a29d390..1d0d3a2 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python: [2.7, 3.5, 3.7, 3.9] + python: [2.7, 3.6, 3.7, 3.9, 3.10] steps: - uses: actions/checkout@v2