diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2129582034..a1ec9e65df 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -14,6 +14,7 @@ jobs: #- {name: Linux, python: '3.9', os: ubuntu-latest, tox: py39} #- {name: Windows, python: '3.9', os: windows-latest, tox: py39} #- {name: Mac, python: '3.9', os: macos-latest, tox: py39} + - { name: "3.10", python: "3.10", os: ubuntu-latest, tox: py310 } - { name: "3.9", python: "3.9", os: ubuntu-latest, tox: py39 } - { name: "3.8", python: "3.8", os: ubuntu-latest, tox: py38 } - { name: "3.7", python: "3.7", os: ubuntu-latest, tox: py37 } diff --git a/tox.ini b/tox.ini index fb5426f54b..d067f46ed4 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = py{36,37,38,39} +envlist = py{36,37,38,39,310} [flake8] extend-exclude = build,examples/issue_*.py,src/readthedocs-sphinx-search/