Skip to content
Snippets Groups Projects
Commit 35056357 authored by Mattia Mancini's avatar Mattia Mancini
Browse files

Allow older version of python for compatibility with production systems

parent 0b0f6a17
No related branches found
No related tags found
1 merge request!6Allow older version of python for compatibility with production systems
...@@ -17,5 +17,5 @@ setup( ...@@ -17,5 +17,5 @@ setup(
scripts=["bin/atdb_csv_gen"], scripts=["bin/atdb_csv_gen"],
license="Apache License, Version 2.0", license="Apache License, Version 2.0",
zip=False, zip=False,
python_requires=">=3.7" python_requires=">=3.6.8"
) )
...@@ -17,5 +17,5 @@ setup( ...@@ -17,5 +17,5 @@ setup(
scripts=["bin/atdb_inspect_transition"], scripts=["bin/atdb_inspect_transition"],
license="Apache License, Version 2.0", license="Apache License, Version 2.0",
zip=False, zip=False,
python_requires=">=3.7" python_requires=">=3.6.8"
) )
...@@ -17,5 +17,5 @@ setup( ...@@ -17,5 +17,5 @@ setup(
scripts=["bin/atdb_result_gatherer"], scripts=["bin/atdb_result_gatherer"],
license="Apache License, Version 2.0", license="Apache License, Version 2.0",
zip=False, zip=False,
python_requires=">=3.7" python_requires=">=3.6.8"
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment