Stop testing for Python 3.4 (deprecated)

also stop python 3.5 on django-master (which django doens't support)
This commit is contained in:
Diederik van der Boor
2019-07-12 16:18:20 +02:00
parent c160556639
commit 7a315f7c17
5 changed files with 8 additions and 32 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ Update the settings file::
'django.contrib.contenttypes',
)
The current release of *django-polymorphic* supports Django 1.11, 2.0 and Python 2.7 and 3.4+ is supported.
The current release of *django-polymorphic* supports Django 1.11, 2.0 and Python 2.7 and 3.5+ is supported.
For older Django versions, use *django-polymorphic==1.3*.
Making Your Models Polymorphic