From a628f670d880d3f4b1bb813b246041d06584e780 Mon Sep 17 00:00:00 2001 From: Miquel Torres Date: Sun, 1 Nov 2015 18:10:27 +0100 Subject: [PATCH] Drop Python 2.6 support, as Django 1.8 dropped it already --- .travis.yml | 1 - README.md | 2 +- setup.py | 1 - 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index a79722ea..3b0b57ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,5 @@ language: python python: - - "2.6" - "2.7" env: diff --git a/README.md b/README.md index c79fccbd..f88c899a 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ For an overview of some application concepts see the [wiki page](https://github. # Installation -You will need Python 2.6 or 2.7. +You will need Python 2.7. To install dependencies and the codespeed Django app: diff --git a/setup.py b/setup.py index bc8d2763..3f7238f9 100644 --- a/setup.py +++ b/setup.py @@ -22,7 +22,6 @@ 'Operating System :: OS Independent', 'Programming Language :: Python', 'Programming Language :: Python :: 2', - 'Programming Language :: Python :: 2.6', 'Programming Language :: Python :: 2.7', 'Topic :: Internet :: WWW/HTTP :: WSGI :: Application', ]