From: Eli Bendersky Date: Mon, 30 Oct 2023 12:38:51 +0000 (-0700) Subject: update README X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=5d31cad41e7c5701db024f228255276a48cd65d1;p=pyelftools.git update README --- diff --git a/README.rst b/README.rst index 82d2894..b665971 100644 --- a/README.rst +++ b/README.rst @@ -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 `_. +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 `__. 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 `_. +Contributing +------------ + +See the `Hacking Guide `__. + License -------