projects
/
pyelftools.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
923c498
)
Bump minimal supported Python 3.x version to 3.4 and add testing with 3.7
author
Eli Bendersky
<eliben@gmail.com>
Sat, 22 Jun 2019 12:19:54 +0000
(
05:19
-0700)
committer
Eli Bendersky
<eliben@gmail.com>
Sat, 22 Jun 2019 12:19:54 +0000
(
05:19
-0700)
.travis.yml
patch
|
blob
|
history
README.rst
patch
|
blob
|
history
diff --git
a/.travis.yml
b/.travis.yml
index df78985a8cf3294730ba8d22584b7486ddd77d29..b8f6d9029790c9730ff6a1b66df50872b6c76918 100644
(file)
--- 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 567d748294dd73bb06de05c146c16f7d8598ed50..c16edbdd68c313ae4492476a20e8457d18713d8a 100644
(file)
--- 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 <https://github.com/eliben/pyelftools/wiki/Hacking-guide>`_.