Skip to content
Snippets Groups Projects
Commit bdd50d6a authored by Sybren A. Stüvel's avatar Sybren A. Stüvel
Browse files

Require Python 3.5.4 as minimum.

The unit test WorkerSleepingTest.test_stop_current_task_go_sleep fails
on 3.5.3.
parent a61dcf67
No related branches found
Tags v2.1.0
No related merge requests found
......@@ -5,6 +5,7 @@ changed functionality, fixed bugs).
## Version 2.1.0 (2018-01-04)
- Python 3.5.4 is required as minimum Python version.
- Worker can now be told to go to sleep by the Manager. In that case task execution
stops (because /may-i-run/{task-id} returns 'no') and new tasks are no longer given.
This is done via a request to change its internal state. This state change must be
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment