Skip to content

Commit b567116

Browse files
author
Arthur Gautier
committed
Remove support for python2.6
Python2.6 has been last release 9 years ago, I do not intend to maintain support for python2.6 anymore. Signed-off-by: Arthur Gautier <baloo@gandi.net>
1 parent 7fee98a commit b567116

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
@@ -1,7 +1,6 @@
11
dist: trusty
22
language: python
33
python:
4-
- "2.6"
54
- "2.7"
65
- "3.3"
76
- "3.4"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Project status
4444

4545
The project is test with:
4646
* MySQL 5.5, 5.6 and 5.7
47-
* Python >= 2.6
47+
* Python >= 2.7
4848
* Python 3.3, 3.4, 3.5 and 3.6 (3.2 is not supported)
4949
* PyPy (really faster than the standard Python interpreter)
5050

0 commit comments

Comments
 (0)