Skip to content

Commit d284bf9

Browse files
author
simkimsia
authored
Update README.rst
Now that django-polymorphic no longer supports 1.6,1.7,1.9, so removing these from readme also removing 3.3 Python. Based on the changes in this travis yml in this commit django-polymorphic@0c30a95#diff-354f30a63fb0907d4ad57269548329e3
1 parent 736a804 commit d284bf9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,12 +182,11 @@ To run the included test suite, execute::
182182
To test support for multiple Python and Django versions, you need to follow steps below:
183183

184184
* install project requirements in virtual environment
185-
* install python 2.7, 3.3, 3.4, 3.5, 3.6 python versions through pyenv (See pyenv (Linux) or Homebrew (Mac OS X).)
185+
* install python 2.7, 3.4, 3.5, 3.6 python versions through pyenv (See pyenv (Linux) or Homebrew (Mac OS X).)
186186
* create .python-version file and add full list of installed versions with which project have to be tested, example::
187187

188188
2.6.9
189189
2.7.13
190-
3.3.6
191190
3.4.5
192191
3.5.2
193192
3.6.0
@@ -196,7 +195,7 @@ To test support for multiple Python and Django versions, you need to follow step
196195
pip install tox
197196
tox
198197

199-
Python 2.7, 3.3, 3.4, 3.5 and 3.6 and django 1.7, 1.8, 1.9, 1.10 and 1.11 are the currently supported versions.
198+
Python 2.7, 3.4, 3.5 and 3.6 and django 1.8, 1.10 and 1.11 are the currently supported versions.
200199

201200
Todo
202201
----

0 commit comments

Comments
 (0)