Skip to content

Commit

Permalink
Drop python 2.6 and 3.4 from supported list
Browse files Browse the repository at this point in the history
  • Loading branch information
timsavage committed Jun 29, 2017
1 parent 159e152 commit 2a4d82b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ language: python
sudo: false
python:
- "2.7"
- "3.4"
- "3.5"
- "3.6"
- "pypy"
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Highlights
* Fields for building composite resources
* Field and Resource level validation
* Easy extension to support custom fields
* Python 2.7 :sup:`1`, Python 2.7+, Python 3.4+ and PyPy :sup:`1` supported
* Python 2.7 :sup:`1`, Python 2.7+, Python 3.5+ and PyPy :sup:`1` supported
* Integration with Django (see `baldr <https://github.com/python-odin/baldr>`_)
* Support for documenting resources with `Sphinx <http://sphinx-doc.org/>`_
* Minimal dependencies (base functionality only requires *six*)
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tox]
envlist = py26,py27,py34,py35,pypy,pep8,py3pep8,docs
envlist = py27,py35,pypy,pep8,py3pep8,docs

[testenv]
deps=
Expand Down

0 comments on commit 2a4d82b

Please sign in to comment.