Skip to content

Commit e6cf049

Browse files
committed
drop official support for python 3.2 (though it should still work for now)
1 parent cb46662 commit e6cf049

3 files changed

Lines changed: 2 additions & 4 deletions

File tree

.travis.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ language: python
22
python:
33
- 2.6
44
- 2.7
5-
- 3.2
65
- 3.3
76
- 3.4
87
before_install:

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Downloads:
1515
http://pypi.python.org/pypi/patsy/
1616

1717
Dependencies:
18-
* Python (2.6+, or 3.2+)
18+
* Python (2.6, 2.7, or 3.3+)
1919
* six
2020
* numpy
2121

doc/overview.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,7 @@ Requirements
8282

8383
Installing :mod:`patsy` requires:
8484

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

0 commit comments

Comments
 (0)