Skip to content

Commit

Permalink
build(python): drop support for Python 3.6 and 3.7 (#586)
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 13d1c5d commit b91df32
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,7 @@
"consume-job-queue = reana_workflow_controller." "cli:consume_job_queue",
]
},
python_requires=">=3.8",
extras_require=extras_require,
install_requires=install_requires,
setup_requires=setup_requires,
Expand Down

0 comments on commit b91df32

Please sign in to comment.