diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index b45de7a..bb250c5 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -29,7 +29,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: [3.6, 3.7, 3.8, 3.9, "3.10"] + python-version: [3.6, 3.7, 3.8, 3.9] steps: - uses: actions/checkout@v1 diff --git a/tox.ini b/tox.ini index f5961f7..58cf599 100644 --- a/tox.ini +++ b/tox.ini @@ -8,7 +8,6 @@ python = 3.7: py37 3.8: py38 3.9: py39 - 3.10: py310 [testenv] deps =