Remove mention of supporting Python 2 from the README
authorEli Bendersky <eliben@gmail.com>
Mon, 15 Aug 2022 13:24:10 +0000 (06:24 -0700)
committerEli Bendersky <eliben@gmail.com>
Mon, 15 Aug 2022 13:24:10 +0000 (06:24 -0700)
Updates #415

README.rst

index 6b59c0ff605475468abb3d227903ccf5e130f67c..82d28941c0937ac0b4c869a57d2cbe45f7918669 100644 (file)
@@ -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 <https://github.com/eliben/pyelftools/wiki/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 <https://github.com/eliben/pyelftools/wiki/Hacking-guide>`_.
 
 Installing
 ----------