Skip to content
This repository has been archived by the owner on Jul 21, 2021. It is now read-only.

Commit

Permalink
Drop supporting Python 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdalisue committed Dec 29, 2015
1 parent 48149ea commit 9e8d7be
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 6 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ django-permission
Author
Alisue <lambdalisue@hashnote.net>
Supported python versions
Python 2.6, 2.7, 3.2, 3.3, 3.4, 3.5
Python 2.6, 2.7, 3.3, 3.4, 3.5
Supported django versions
Django 1.2 - 1.9

Expand Down
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ def readlist(filename):
'Programming Language :: Python :: 2.6',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
Expand Down
3 changes: 0 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
envlist =
py26-django{12,13,14,15,16},
py27-django{12,13,14,15,16,17,18,19},
py32-django{15,16,17,18},
py33-django{15,16,17,18},
py34-django{15,16,17,18,19},
py35-django{18,19},
Expand All @@ -11,7 +10,6 @@ envlist =
[tox:travis]
2.6 = py26-django{12,13,14,15,16}
2.7 = py27-django{12,13,14,15,16,17,18,19}
3.2 = py32-django{15,16,17,18}
3.3 = py33-django{15,16,17,18}
3.4 = py34-django{15,16,17,18,19}
3.5 = py35-django{18,19}, docs
Expand All @@ -20,7 +18,6 @@ envlist =
basepython =
py26: python2.6
py27: python2.7
py32: python3.2
py33: python3.3
py34: python3.4
py35: python3.5
Expand Down

0 comments on commit 9e8d7be

Please sign in to comment.