Commit b940458
Add lower bound for python in setup.
This ensures that if you pip install axelrod with an unsupported verion
of python that you get an error message:
```
(test-axelrod-on-3.4) ~: pip install ~/src/Axelrod
Processing ./src/Axelrod
Axelrod requires Python '>=3.5' but the running Python is 3.4.5
```1 parent 5f527fb commit b940458
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
0 commit comments