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
No related branches found
No related tags found
No related merge requests found
Pipeline #54803 failed
[tox] [tox]
envlist = py39 envlist = py310
requires = setuptools >= 40.0.0 requires = setuptools >= 40.0.0
[testenv] [testenv]
...@@ -8,7 +8,7 @@ deps = ...@@ -8,7 +8,7 @@ deps =
commands = pytest --junitxml=report.xml commands = pytest --junitxml=report.xml
[testenv:docs] [testenv:docs]
basepython = python3.9 basepython = python3.10
deps = deps =
sphinx sphinx
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment