summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Warner <warner@lothar.com>2014-02-16 00:51:36 -0800
committerBrian Warner <warner@lothar.com>2014-02-16 00:51:36 -0800
commit0fae35a57bf6aef1ae0187fb94b99188a3f34d97 (patch)
tree540c5cfc05636e358e78e1f3a802eab447f92e88
parent9f2a08bdb1e16325108bee7c91fea10d88111eb5 (diff)
downloadecdsa-0fae35a57bf6aef1ae0187fb94b99188a3f34d97.tar.gz
README: stop claiming py2.5 compatibility.
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 3118783..ac161b6 100644
--- a/README.md
+++ b/README.md
@@ -20,7 +20,7 @@ other curves are included, but it would not be too hard to add more.
## Dependencies
-This library uses only Python. It requires python2.5 or later versions of the
+This library uses only Python. It requires python2.6 or later versions of the
python2.x series. It is also compatible with python3.2 and 3.3.
To run the OpenSSL compatibility tests, the 'openssl' tool must be on your