From 91df9414adcc49c6936e29c76c30ce61d9af25be Mon Sep 17 00:00:00 2001 From: Philippe Proulx Date: Mon, 30 Oct 2023 11:50:19 -0400 Subject: [PATCH] README.adoc: local `typing` module also needed for 3.5 This is because the standard `typing` module of 3.5 doesn't offer `NoReturn` which `normand.py` uses. Change-Id: I20bdb6f226fdaa6627e39d3b2877404d837b0085 Signed-off-by: Philippe Proulx --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index 58615ee..3de5a78 100644 --- a/README.adoc +++ b/README.adoc @@ -405,8 +405,8 @@ to your project to use it (both the <> function and the <>). `normand.py` has _no external dependencies_, but if you're using -Python{nbsp}3.4, you'll need a local copy of the standard `typing` -module. +Python{nbsp}3.4 or Python{nbsp}3.5, you'll need a local copy of the +standard `typing` module. ==== == Design goals -- 2.34.1