Skip to content
Snippets Groups Projects
Commit 28e9e819 authored by Christian Boettcher's avatar Christian Boettcher
Browse files

downgrad erequired python version to be compatible with airflow images

parent 0d8b264b
No related branches found
No related tags found
No related merge requests found
Pipeline #85661 passed
...@@ -9,4 +9,4 @@ apache-airflow-providers-http ...@@ -9,4 +9,4 @@ apache-airflow-providers-http
apache-airflow-providers-sftp apache-airflow-providers-sftp
python-dotenv python-dotenv
--index-url https://gitlab.jsc.fz-juelich.de/api/v4/projects/4405/packages/pypi/simple --index-url https://gitlab.jsc.fz-juelich.de/api/v4/projects/4405/packages/pypi/simple
airflow_datacat_integration airflow-datacat-integration
\ No newline at end of file \ No newline at end of file
[metadata] [metadata]
name = airflow_datacat_integration name = airflow_datacat_integration
version = 0.0.2 version = 0.0.3
author = Christian Boettcher author = Christian Boettcher
author_email = c.boettcher@fz-juelich.de author_email = c.boettcher@fz-juelich.de
description = Datacatalog Integration for Apache Airflow description = Datacatalog Integration for Apache Airflow
...@@ -16,7 +16,7 @@ classifiers = ...@@ -16,7 +16,7 @@ classifiers =
[options] [options]
packages = datacat_integration packages = datacat_integration
python_requires = >=3.9 python_requires = >=3.7
[options.packages.find] [options.packages.find]
where = src where = src
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment