Skip to content

run: only tee on python >= 3.6

Jakub Ružička requested to merge tee-version-check into master

Python 3.5 asyncio produces weird behavior with run(tee=True), require python >= 3.6 to enable tee feature.

Merge request reports