Skip to content
Snippets Groups Projects
Commit 8a9bb72a authored by Christoph Alt's avatar Christoph Alt
Browse files

using python3.10 instead of python3.9

parent 93331c51
Branches
Tags
No related merge requests found
Pipeline #54803 failed with stages
in 1 minute and 3 seconds
[tox]
envlist = py39
envlist = py310
requires = setuptools >= 40.0.0
[testenv]
......@@ -8,7 +8,7 @@ deps =
commands = pytest --junitxml=report.xml
[testenv:docs]
basepython = python3.9
basepython = python3.10
deps =
sphinx
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment