From: Eli Bendersky Date: Mon, 15 Aug 2022 13:24:10 +0000 (-0700) Subject: Remove mention of supporting Python 2 from the README X-Git-Tag: v0.30~32 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b398f40bb717fb5c2638a554322cf54cad95ea14;p=pyelftools.git Remove mention of supporting Python 2 from the README Updates #415 --- 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 ----------