summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/source/download.rst5
-rw-r--r--docs/source/pyasn1/contents.rst2
2 files changed, 2 insertions, 5 deletions
diff --git a/docs/source/download.rst b/docs/source/download.rst
index bbbd66c..2869411 100644
--- a/docs/source/download.rst
+++ b/docs/source/download.rst
@@ -3,10 +3,7 @@ Download & Install
==================
The *pyasn1* library is a pure-Python package with no external
-dependencies. Considering how much industrial or finance software
-can be stuck with an old platform (think RHEL 5), we struggle to
-maintain its compatibility back to the very pre-historic Python
-(which is 2.4!).
+dependencies. It works with Python 2.7 and 3.4+.
The best way to obtain PyASN1 is by running `pip`:
diff --git a/docs/source/pyasn1/contents.rst b/docs/source/pyasn1/contents.rst
index eaa7835..bba0d35 100644
--- a/docs/source/pyasn1/contents.rst
+++ b/docs/source/pyasn1/contents.rst
@@ -20,7 +20,7 @@ implementation of pyasn1 classes from ASN.1 specification.
Both `pyasn1 <https://github.com/etingof/pyasn1>`_ and
`pyasn1-modules <https://github.com/etingof/pyasn1-modules>`_ libraries
-can be used out-of-the-box with Python versions 2.4 through 3.7.
+can be used out-of-the-box with Python versions 2.7 and 3.4+.
No external dependencies required.
.. _pyasn1-types: