Skip to content

Commit

Permalink
Drop Python 3.3. support
Browse files Browse the repository at this point in the history
  • Loading branch information
omab committed May 20, 2018
1 parent 59f8a59 commit 751b572
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@ env:
matrix:
fast_finish: true
include:
- python: 3.3
env: TOX_ENV=py33-django-18
- python: 3.6
env: TOX_ENV=py36-django-111
- python: 3.6
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Use Django `urlquote` since it handles unicode
- Remove version check in favor of import error catch
- Remove call to deprecated method `_get_val_from_obj()`
- Drop Python 3.3 support

## [2.0.0](https://github.com/python-social-auth/social-app-django/releases/tag/2.0.0) - 2017-10-28

Expand Down
3 changes: 1 addition & 2 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
{py27,py33,py34,py35}-django-18
{py27,py34,py35}-django-18
{py27,py34,py35}-django-19
{py27,py34,py35}-django-110
{py27,py34,py35,py36}-django-111
Expand All @@ -25,6 +25,5 @@ basepython =
py36: python3.6
py35: python3.5
py34: python3.4
py33: python3.3
py32: python3.2
py27: python2.7

0 comments on commit 751b572

Please sign in to comment.