From cce3574d23127b84b97d2b8316eae7bbef6eec3f Mon Sep 17 00:00:00 2001 From: Thijs Triemstra Date: Tue, 9 Feb 2021 19:41:22 +0100 Subject: [PATCH] bump minimum version for Adafruit-PlatformDetect refs #415 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index a3ebaca..e461bea 100755 --- a/setup.py +++ b/setup.py @@ -61,7 +61,7 @@ setup( "adafruit_blinka.microcontroller.bcm283x.pulseio": ["libgpiod_pulsein"] }, install_requires=[ - "Adafruit-PlatformDetect>=2.18.1", + "Adafruit-PlatformDetect>=3.1.0", "Adafruit-PureIO>=1.1.7", "pyftdi>=0.40.0", ] -- 2.49.0