Skip to content
Snippets Groups Projects

Add Python 3.12 to tests

Merged Joscha Schmiedt requested to merge f-py312 into dev
+ 3
2
[tox]
[tox]
envlist=py37, py38, py39, py310, py311
envlist=py37, py38, py39, py310, py311, py312
skip_missing_interpreters = true
skip_missing_interpreters = true
[testenv]
[testenv]
deps = .
deps = .
nose
pynose
pytest
pytest
pytest-cov
pytest-cov
jsonschema>=4.4.0
jsonschema>=4.4.0
 
setuptools
commands=py.test --cov=caosdb -vv {posargs}
commands=py.test --cov=caosdb -vv {posargs}
[flake8]
[flake8]
Loading