Skip to content

Commit c76004f

Browse files
authored
Merge pull request #72 from jakirkham/drop_py26
Drop Python 2.6
2 parents 61b5eb6 + 48d2c21 commit c76004f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ dist: precise
33

44
language: python
55
python:
6-
- 2.6
76
- 2.7
87
- 3.3
98
- 3.4

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ If you simply want to run Python functions on a DRMAA-compatible grid, use
2929
Requirements
3030
~~~~~~~~~~~~
3131

32-
- Python 2.6+
32+
- Python 2.7+
3333
- A DRMAA-compatible cluster (e.g., Grid Engine)
3434

3535
Installation

0 commit comments

Comments
 (0)