diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7692fd9..56d11f4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest strategy: matrix: - python-version: ["3.6", "3.7", "3.8", "3.9", 3.10.0-rc.2] + python-version: ["3.6", "3.7", "3.8", "3.9", "3.10"] steps: - uses: actions/checkout@v2 diff --git a/tox.ini b/tox.ini index 219b1cb..070e90c 100644 --- a/tox.ini +++ b/tox.ini @@ -1,7 +1,7 @@ [tox] distshare = {homedir}/.tox/distshare envlist = py38-pytestlatest-linters, - py39-pytest{43,44,45,46,50,51,52,53,54,60,61,62, latest}-coverage, + py39-pytest{43,44,45,46,50,51,52,53,54,60,61,62,70,latest}-coverage, py{36,37,38,310}-pytestlatest-coverage, py39-pytestlatest-xdist-coverage skip_missing_interpreters = true @@ -12,6 +12,7 @@ setenv = xdist: _PYTEST_MORE_ARGS=-n3 -rfsxX deps = pytestlatest: pytest + pytest70: pytest~=7.0.0 pytest62: pytest~=6.2.0 pytest61: pytest~=6.1.0 pytest60: pytest~=6.0.0