Skip to content

Commit a628f67

Browse files
committed
Drop Python 2.6 support, as Django 1.8 dropped it already
1 parent 5984d4a commit a628f67

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
language: python
22
python:
3-
- "2.6"
43
- "2.7"
54

65
env:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ For an overview of some application concepts see the [wiki page](https://github.
99

1010
# Installation
1111

12-
You will need Python 2.6 or 2.7.
12+
You will need Python 2.7.
1313

1414
To install dependencies and the codespeed Django app:
1515

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@
2222
'Operating System :: OS Independent',
2323
'Programming Language :: Python',
2424
'Programming Language :: Python :: 2',
25-
'Programming Language :: Python :: 2.6',
2625
'Programming Language :: Python :: 2.7',
2726
'Topic :: Internet :: WWW/HTTP :: WSGI :: Application',
2827
]

0 commit comments

Comments
 (0)