Skip to content

Commit

Permalink
swap python 3.2 for 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobenolt committed Oct 20, 2015
1 parent 68741a5 commit 86d442a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ language: python
python:
- "2.6"
- "2.7"
- "3.2"
- "3.3"
- "3.4"
- "3.5"
- "pypy"
env:
matrix:
Expand All @@ -28,8 +28,6 @@ matrix:
env: DJANGO="Django>=1.7,<1.8"
- python: "2.6"
env: DJANGO="Django>=1.8,<1.9"
- python: "3.2"
env: DJANGO="Django>=1.4,<1.5"
- python: "3.3"
env: DJANGO="Django>=1.4,<1.5"
- python: "3.4"
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Installation
Compatibility
~~~~~~~~~~~~~
* Django 1.4-1.8
* Python 2.6-3.4
* Python 2.6-3.5
* pypy

Resources
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ def run_tests(self):
'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',
'Programming Language :: Python',
'Topic :: Software Development',
],
Expand Down

0 comments on commit 86d442a

Please sign in to comment.