Skip to content

Commit 48d2c21

Browse files
committed
Drop Python 2.6
As Python 2.6 has passed its EOL (back in 2013), go ahead and drop it.
1 parent 61b5eb6 commit 48d2c21

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)