summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/index.rst6
-rw-r--r--doc/real_index.html2
2 files changed, 8 insertions, 0 deletions
diff --git a/doc/index.rst b/doc/index.rst
index 608c29b..76455cc 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -21,6 +21,12 @@ Code talks! This is a simple web crawler that fetches a bunch of urls concurren
for body in pool.imap(fetch, urls):
print("got body", len(body))
+Supported Python versions
+=========================
+
+Currently CPython 2.7 and 3.4+ are supported, but **2.7 and 3.4 support is deprecated and will be removed in the future**, only CPython 3.5+ support will remain.
+
+
Contents
=========
diff --git a/doc/real_index.html b/doc/real_index.html
index fe1b656..453714d 100644
--- a/doc/real_index.html
+++ b/doc/real_index.html
@@ -39,6 +39,8 @@
<p>License: <a class="reference external" target="_blank" href="https://opensource.org/licenses/MIT">MIT</a></p>
+<p>Currently CPython 2.7 and 3.4+ are supported, but <strong>2.7 and 3.4 support is deprecated and will be removed in the future</strong>, only CPython 3.5+ support will remain.</p>
+
<h3><a href="doc/">API Documentation</a></h3>