Skip to content

Lock python version to 3.7.x

Andreas Ellewsen requested to merge lock-python-version into master

Done because of a bug in the pika library (a dependency of tofh). Version 1.1.0 of pika has a recursion bug that only happens on python 3.8. If a later version of pika has been released, and https://github.com/pika/pika/pull/1254 has been included in it we can go to the newest python version.

Merge request reports