Commit ebfa5b7
committed
Decrease minimum Python version to 3.6
It was pointed out on the Open MPI packagers mailing list that RHEL 8
(and clones) has Python 3.6 inbox. If we only allow Open MPI to build
with Python >= 3.7, we'll break all builds on RHEL 8 (etc.). That
seems like a bad idea.
* Update the git submodule for the pympistandard module to a version
that is friendly to running with Python 3.6.
* List the additional pip modules in docs/requirements.txt that are
needed by pympistandard to be able to run with Python 3.6.
Signed-off-by: Jeff Squyres <[email protected]>1 parent edb4328 commit ebfa5b7
3 files changed
+10
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
0 commit comments