Skip to content

Commit

Permalink
Drop Python 2.6 support, as Django 1.8 dropped it already
Browse files Browse the repository at this point in the history
  • Loading branch information
tobami committed Nov 1, 2015
1 parent 5984d4a commit a628f67
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: python
python:
- "2.6"
- "2.7"

env:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
]
Expand Down

0 comments on commit a628f67

Please sign in to comment.