From d81c794f30cf3aac0d9b45056eaa432c97640920 Mon Sep 17 00:00:00 2001 From: Paul Barker Date: Sat, 30 May 2020 15:24:34 +0200 Subject: [PATCH] docs: Drop reference to Python 2 Python 2 is dead, let's not encourage people to add support for it. Signed-off-by: Paul Barker Signed-off-by: Jan Kiszka --- docs/userguide.rst | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/userguide.rst b/docs/userguide.rst index 0f396e3..9bc5803 100644 --- a/docs/userguide.rst +++ b/docs/userguide.rst @@ -11,10 +11,6 @@ This project depends on - jsonschema Python 3 package - PyYAML Python 3 package (optional, for yaml file support) -If you need Python 2 support consider sending patches. The most -obvious place to start is to use the trollius package instead of the -asyncio. - To install kas into your python site-package repository, run:: $ sudo pip3 install .