update README
authorEli Bendersky <eliben@gmail.com>
Mon, 30 Oct 2023 12:38:51 +0000 (05:38 -0700)
committerEli Bendersky <eliben@gmail.com>
Mon, 30 Oct 2023 12:38:51 +0000 (05:38 -0700)
README.rst

index 82d28941c0937ac0b4c869a57d2cbe45f7918669..b665971b3183555b797c6e6db769bb07ae2ab367 100644 (file)
@@ -14,9 +14,10 @@ for more details.
 Pre-requisites
 --------------
 
-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>`_.
+As a user of **pyelftools**, one only needs Python 3 to run. While there is no
+reason for the library to not work on earlier versions of Python 3, our CI
+tests are based on the officual
+`Status of Python versions <https://devguide.python.org/versions/>`__.
 
 Installing
 ----------
@@ -47,6 +48,11 @@ How to use it?
 own code. For a detailed usage guide and links to examples, please consult the
 `user's guide <https://github.com/eliben/pyelftools/wiki/User's-guide>`_.
 
+Contributing
+------------
+
+See the `Hacking Guide <https://github.com/eliben/pyelftools/wiki/Hacking-guide>`__.
+
 License
 -------