ovh / celery-director

Simple and rapid framework to build workflows with Celery
https://ovh.github.io/celery-director/
BSD 3-Clause "New" or "Revised" License
534 stars 58 forks source link

Add support for Python 3.10 & 3.11 #180

Closed ncrocfer closed 1 year ago

ncrocfer commented 1 year ago

This PR adds the support for Python 3.10 & 3.11.

I also increment the sleep duration between the test_cancel_workflow and test_return_values tests to let the first one finish its work and not impact the second one (before that the 2nd test fails from time to time).