Skip to content

Commit

Permalink
build(python): drop support for Python 3.6 and 3.7 (#267)
Browse files Browse the repository at this point in the history
BREAKING CHANGE: drop support for Python 3.6 and 3.7

Closes reanahub/reana#784
  • Loading branch information
mdonadoni committed May 29, 2024
1 parent 95341c8 commit 7624937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,14 +93,14 @@
"reana_workflow_engine_yadage",
],
zip_safe=False,
python_requires=">=3.8",
install_requires=install_requires,
entry_points={
"console_scripts": [
"run-yadage-workflow="
"reana_workflow_engine_yadage.cli:run_yadage_workflow",
]
},
python_requires=">=3.8",
extras_require=extras_require,
setup_requires=setup_requires,
tests_require=tests_require,
Expand Down

0 comments on commit 7624937

Please sign in to comment.