From ab01b3970f9a60d9788094872d573a447a74503e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 4 Nov 2020 23:02:38 +0100 Subject: ci: Add Python 3.10 Needs a couple of follow-up commits for workarounds, which hopefully aren't needed anymore at a later point. Fixes #6068 --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 1c77ca6b7..5ccf486a7 100644 --- a/tox.ini +++ b/tox.ini @@ -23,6 +23,7 @@ basepython = py37: {env:PYTHON:python3.7} py38: {env:PYTHON:python3.8} py39: {env:PYTHON:python3.9} + py310: {env:PYTHON:python3.10} deps = -r{toxinidir}/requirements.txt -r{toxinidir}/misc/requirements/requirements-tests.txt -- cgit v1.2.3-54-g00ecf