From 94320a27f8c3ede8cd3b54a330d573fc79cd2e33 Mon Sep 17 00:00:00 2001 From: Jonathan Hogg Date: Mon, 27 Mar 2017 17:18:57 +0100 Subject: [PATCH] Fix Python requirement in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5feeac8..4dbf453 100644 --- a/README.md +++ b/README.md @@ -4,5 +4,5 @@ ## Quick Notes - Only tested against a BitScope Micro (BS05) -- Requires Python >3.5 and the **pyserial** package +- Requires Python >3.6 and the **pyserial** package