README.adoc: local `typing` module also needed for 3.5
authorPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 30 Oct 2023 15:50:19 +0000 (11:50 -0400)
committerPhilippe Proulx <eeppeliteloop@gmail.com>
Mon, 30 Oct 2023 15:50:19 +0000 (11:50 -0400)
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 <eeppeliteloop@gmail.com>
README.adoc

index 58615eef190f06c5f8bdef30a05b31ffeae977df..3de5a783f7f2a2a759bf2be82c96b8d534b25e11 100644 (file)
@@ -405,8 +405,8 @@ to your project to use it (both the <<python3-api,`normand.parse()`>>
 function and the <<command-line-tool,command-line tool>>).
 
 `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
This page took 0.024654 seconds and 4 git commands to generate.