From 5f672a4e5a5dc7458d947b9acbffc63c84888cb5 Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Wed, 7 Oct 2020 15:28:58 +0100 Subject: [PATCH 1/2] Pin to sounddevice 0.3.x, 0.4.x drops Python 2 support --- library/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/setup.cfg b/library/setup.cfg index c59250c..3c953af 100644 --- a/library/setup.cfg +++ b/library/setup.cfg @@ -37,7 +37,7 @@ install_requires = font-roboto astral pytz - sounddevice + sounddevice>=0.3.15,<0.4.0 paho-mqtt [flake8] From 7655f9f35f39a1d47657a664701009360dd520ce Mon Sep 17 00:00:00 2001 From: Phil Howard Date: Sat, 14 Nov 2020 18:06:38 +0000 Subject: [PATCH 2/2] Trigger tests