From b398f40bb717fb5c2638a554322cf54cad95ea14 Mon Sep 17 00:00:00 2001 From: Eli Bendersky Date: Mon, 15 Aug 2022 06:24:10 -0700 Subject: [PATCH] Remove mention of supporting Python 2 from the README Updates #415 --- README.rst | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.rst b/README.rst index 6b59c0f..82d2894 100644 --- a/README.rst +++ b/README.rst @@ -14,10 +14,9 @@ for more details. Pre-requisites -------------- -As a user of **pyelftools**, one only needs Python to run. It works with -Python versions 2.7 and 3.x (x >= 5). For hacking on **pyelftools** the -requirements are a bit more strict, please see the -`hacking guide `_. +As a user of **pyelftools**, one only needs Python 3 to run. For hacking on +**pyelftools** the requirements are a bit more strict, please see the `hacking +guide `_. Installing ---------- -- 2.30.2