Skip to content

Commit

Permalink
drop official support for python 3.2 (though it should still work for…
Browse files Browse the repository at this point in the history
… now)
  • Loading branch information
njsmith committed Aug 27, 2014
1 parent cb46662 commit e6cf049
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Expand Up @@ -2,7 +2,6 @@ language: python
python:
- 2.6
- 2.7
- 3.2
- 3.3
- 3.4
before_install:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -15,7 +15,7 @@ Downloads:
http://pypi.python.org/pypi/patsy/

Dependencies:
* Python (2.6+, or 3.2+)
* Python (2.6, 2.7, or 3.3+)
* six
* numpy

Expand Down
3 changes: 1 addition & 2 deletions doc/overview.rst
Expand Up @@ -82,8 +82,7 @@ Requirements

Installing :mod:`patsy` requires:

* `Python <http://python.org/>`_ (version 2.4 or later; Python 3 is
fully supported)
* `Python <http://python.org/>`_ (version 2.6, 2.7, or 3.3+)
* `Six <https://pypi.python.org/pypi/six>`_
* `NumPy <http://numpy.scipy.org/>`_

Expand Down

0 comments on commit e6cf049

Please sign in to comment.