diff --git a/.github/workflows/python-test.yml b/.github/workflows/python-test.yml index 974f9ed..f254abf 100644 --- a/.github/workflows/python-test.yml +++ b/.github/workflows/python-test.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8] + python-version: [3.9, '3.10'] steps: - uses: actions/checkout@v2 @@ -38,4 +38,4 @@ jobs: run: | pytest --cov=./ --cov-report=xml - name: Codecov - uses: codecov/codecov-action@v1.0.13 \ No newline at end of file + uses: codecov/codecov-action@v1.0.13