diff --git a/.github/workflows/run-tests.yaml b/.github/workflows/run-tests.yaml index 154beb9..8f42dd8 100644 --- a/.github/workflows/run-tests.yaml +++ b/.github/workflows/run-tests.yaml @@ -8,7 +8,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, "3.10" ] steps: - uses: actions/checkout@v1 diff --git a/tox.ini b/tox.ini index e5243f8..21b7ca1 100644 --- a/tox.ini +++ b/tox.ini @@ -2,7 +2,7 @@ envlist = begin py36-lint - py{36,37,38,39,10}-django{111,2,21,22,3,31} + py{36,37,38,39,310}-django{111,2,21,22,3,31} coverage-report [gh-actions]