From d24be4b35fdc57b75017009ee6a4c06757ace76f Mon Sep 17 00:00:00 2001 From: Maxim Kurnikov Date: Tue, 19 Feb 2019 00:42:12 +0300 Subject: [PATCH] add supported versions to README --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 2b341e4..ffd6a3c 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ This package contains type stubs and mypy plugin to provide more precise static types and type inference for Django framework. Django uses some Python "magic" that makes having precise types for some code patterns problematic. This is why we need to accompany the stubs with mypy plugins. The final goal is to be able to get precise types for most common patterns. +Supports Python 3.6/3.7, and Django 2.1.x series. + +Could be run on earlier versions of Django, but expect some missing imports warnings. + ## Installation ```