From: Eli Bendersky Date: Sat, 22 Jun 2019 12:19:54 +0000 (-0700) Subject: Bump minimal supported Python 3.x version to 3.4 and add testing with 3.7 X-Git-Tag: v0.26~17 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=c6572cc2ae048f70d16a6719febf2f6beef535b8;p=pyelftools.git Bump minimal supported Python 3.x version to 3.4 and add testing with 3.7 --- diff --git a/.travis.yml b/.travis.yml index df78985..b8f6d90 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,4 +4,5 @@ python: - "3.4" - "3.5" - "3.6" + - "3.7" script: python test/all_tests.py diff --git a/README.rst b/README.rst index 567d748..c16edbd 100644 --- a/README.rst +++ b/README.rst @@ -10,7 +10,7 @@ Pre-requisites -------------- As a user of **pyelftools**, one only needs Python to run. It works with -Python versions 2.7 and 3.x (x >= 2). For hacking on **pyelftools** the +Python versions 2.7 and 3.x (x >= 4). For hacking on **pyelftools** the requirements are a bit more strict, please see the `hacking guide `_.