Skip to content
Snippets Groups Projects
Commit 8429c402 authored by I. Nüske's avatar I. Nüske
Browse files

MNT: Remove support for Python 3.8

parent 655cb000
No related branches found
No related tags found
2 merge requests!128MNT: Added a warning when column metadata is not configured, and a better...,!127Remove support for Python 3.8
Pipeline #59067 passed
......@@ -29,6 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Labfolder converter. It was broken anyway, not used by anyone we know and there were no automated
tests. For the time being, it lives on in the `f-labfolder-converter` branch, [issue 67](https://gitlab.com/linkahead/linkahead-advanced-user-tools/-/issues/67) is
there to coordinate resurrections efforts if someone needs it..
- Support for Python 3.8
### Fixed ###
......
......@@ -154,7 +154,7 @@ def setup_package():
long_description_content_type="text/markdown",
author='Henrik tom Wörden',
author_email='h.tomwoerden@indiscale.com',
python_requires='>=3.8',
python_requires='>=3.9',
install_requires=["linkahead>=0.13.1",
"jsonref",
"jsonschema[format]>=4.4.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment