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 ...@@ -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