summaryrefslogtreecommitdiff
path: root/INSTALL.rst
diff options
context:
space:
mode:
authorMatěj Cepl <mcepl@cepl.eu>2018-10-03 12:59:21 +0200
committerMatěj Cepl <mcepl@cepl.eu>2018-10-03 13:14:31 +0200
commit09f8808698a4f1e8e913d494fd5a0af524b6f2de (patch)
tree08a1a75440bb50492d07753e6045f15cd93e0555 /INSTALL.rst
parent8e5ffdfafe88a6e7cb52232c80b931be0ce1e5b1 (diff)
downloadm2crypto-09f8808698a4f1e8e913d494fd5a0af524b6f2de.tar.gz
Deprecate Python 3.3 (unsupported by Twisted) and test on 3.7.
Unfortunately 3.7 doesn't work on Travis CI (because of too old OpenSSL).
Diffstat (limited to 'INSTALL.rst')
-rw-r--r--INSTALL.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALL.rst b/INSTALL.rst
index 0c237aa..743b605 100644
--- a/INSTALL.rst
+++ b/INSTALL.rst
@@ -8,7 +8,7 @@ Pre-requisites
The following software packages are pre-requisites:
-- Python 2.6 or newer
+- Python 2.6, 2.7, 3.4, or newer
- OpenSSL 1.0.1e or newer
- Python 2.6 platforms require the Python package unittest2 to be
installed