Skip to content
Snippets Groups Projects
Commit 2c67130b authored by florian's avatar florian
Browse files

DRAFT: Re-introduce python 3.7 to tests

parent f613d376
No related branches found
No related tags found
2 merge requests!65DOC: Added CITATION.cff to the list of files in the release guide where the...,!64F py37
Pipeline #32525 failed
...@@ -154,7 +154,8 @@ def setup_package(): ...@@ -154,7 +154,8 @@ def setup_package():
long_description_content_type="text/markdown", long_description_content_type="text/markdown",
author='Henrik tom Wörden', author='Henrik tom Wörden',
author_email='h.tomwoerden@indiscale.com', author_email='h.tomwoerden@indiscale.com',
install_requires=["caosdb>=0.7.0", python_requires='>=3.7',
install_requires=["caosdb>=0.10.1",
"jsonschema>=4.4.0", "jsonschema>=4.4.0",
"numpy>=1.17.3", "numpy>=1.17.3",
"openpyxl>=3.0.7", "openpyxl>=3.0.7",
......
[tox] [tox]
envlist=py38, py39, py310, py311 envlist=py37, py38, py39, py310, py311
skip_missing_interpreters = true skip_missing_interpreters = true
[testenv] [testenv]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment