Skip to content

Commit

Permalink
Remove Python 3.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
grantmcconnaughey committed Sep 3, 2016
1 parent 9008105 commit 9ab6f0d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
5 changes: 0 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: python
python:
- 2.7
- 3.2
- 3.3
- 3.4
- 3.5
Expand All @@ -19,12 +18,8 @@ env:
- DJANGO=1.10.1
matrix:
exclude:
- python: 3.2
env: DJANGO=1.10.1
- python: 3.3
env: DJANGO=1.10.1
- python: 3.2
env: DJANGO=1.9.9
- python: 3.3
env: DJANGO=1.9.9
- python: 3.5
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Changelog

* 3.1.0 (Not released)
* Added Django 1.10 support
* Removed Python 3.2 support

* 3.0.0 (February 26, 2016):
* Added the ability to hide usernames/emails from avatar URLs.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ def find_version(*file_paths):
'Framework :: Django :: 1.7',
'Framework :: Django :: 1.8',
'Framework :: Django :: 1.9',
'Framework :: Django :: 1.10',
'License :: OSI Approved :: BSD License',
'Operating System :: OS Independent',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'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

0 comments on commit 9ab6f0d

Please sign in to comment.