Skip to content
Snippets Groups Projects
Commit 91f9bd56 authored by Daniel Hornung's avatar Daniel Hornung
Browse files

Merge branch 'f-remove-python37' into 'dev'

F remove python37

See merge request !165
parents 24686e48 2e938d95
No related branches found
No related tags found
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!165F remove python37
Pipeline #49882 passed
...@@ -120,10 +120,10 @@ unittest_py3.9: ...@@ -120,10 +120,10 @@ unittest_py3.9:
script: script:
- tox - tox
unittest_py3.7: unittest_py3.8:
tags: [cached-dind] tags: [cached-dind]
stage: test stage: test
image: python:3.7 image: python:3.8
script: &python_test_script script: &python_test_script
# install dependencies # install dependencies
- pip install pytest pytest-cov - pip install pytest pytest-cov
...@@ -135,12 +135,6 @@ unittest_py3.7: ...@@ -135,12 +135,6 @@ unittest_py3.7:
- caosdb-crawler --help - caosdb-crawler --help
- pytest --cov=caosdb -vv ./unittests - pytest --cov=caosdb -vv ./unittests
unittest_py3.8:
tags: [cached-dind]
stage: test
image: python:3.8
script: *python_test_script
unittest_py3.10: unittest_py3.10:
tags: [cached-dind] tags: [cached-dind]
stage: test stage: test
......
...@@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed ### ### Removed ###
* Support for Python 3.7
### Fixed ### ### Fixed ###
### Security ### ### Security ###
......
...@@ -17,11 +17,10 @@ classifiers = ...@@ -17,11 +17,10 @@ classifiers =
package_dir = package_dir =
= src = src
packages = find: packages = find:
python_requires = >=3.7 python_requires = >=3.8
install_requires = install_requires =
caosadvancedtools >= 0.7.0 caosadvancedtools >= 0.7.0
importlib-resources importlib-resources
importlib_metadata;python_version<'3.8'
linkahead > 0.13.2 linkahead > 0.13.2
odfpy #make optional odfpy #make optional
packaging packaging
......
[tox] [tox]
envlist = py37, py38, py39, py310, py311 envlist = 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