Skip to content
Snippets Groups Projects
Commit 89bffd2b authored by Florian Spreckelsen's avatar Florian Spreckelsen
Browse files

MAINT: Remove support for Python 3.7

parent 24686e48
No related branches found
No related tags found
2 merge requests!178FIX: #96 Better error output for crawl.py script.,!165F remove python37
......@@ -15,6 +15,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Removed ###
* Support for Python 3.7
### Fixed ###
### Security ###
......
......@@ -17,11 +17,10 @@ classifiers =
package_dir =
= src
packages = find:
python_requires = >=3.7
python_requires = >=3.8
install_requires =
caosadvancedtools >= 0.7.0
importlib-resources
importlib_metadata;python_version<'3.8'
linkahead > 0.13.2
odfpy #make optional
packaging
......
[tox]
envlist = py37, py38, py39, py310, py311
envlist = py38, py39, py310, py311
skip_missing_interpreters = true
[testenv]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment