From 34723ad4a40fc703dd4e143c41e90d03a496e660 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Diego=20Elio=20Petten=C3=B2?= Date: Mon, 2 Sep 2019 21:52:01 +0100 Subject: Drop support for Python 3.4. Python 3.4 lacks the `typing` module, which requires try/catch when importing, making type annotations more verbose than needed. At the time of writing, Debian oldstable has Python 3.5 available, so it sounds like a good default. --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index beca768..4f6ce34 100644 --- a/README +++ b/README @@ -103,7 +103,7 @@ even if they are all from the same manufacturer, will use different protocols. If you want to contribute code, please note that the target language -is Python 3.4, and that the style to follow is for the most part PEP8 +is Python 3.5, and that the style to follow is for the most part PEP8 compatible. ## License -- cgit v1.2.3