summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2009-07-25 00:44:51 +0000
committercliechti <cliechti@f19166aa-fa4f-0410-85c2-fa1106f25c8a>2009-07-25 00:44:51 +0000
commit4428a5a77e908ed1d658b964c8ef360e3fd3a4af (patch)
tree35b89b9c2a87ff3abff49e0dd98fd9c2e987d806
parent1eb947dcc63716d2efb0ddecfda12491d80a3ab0 (diff)
downloadpyserial-git-4428a5a77e908ed1d658b964c8ef360e3fd3a4af.tar.gz
new minimal Python version
-rw-r--r--documentation/pyserial.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/pyserial.rst b/documentation/pyserial.rst
index c522ed2..1622498 100644
--- a/documentation/pyserial.rst
+++ b/documentation/pyserial.rst
@@ -45,7 +45,7 @@ Features
Requirements
============
-* Python 2.2 or newer
+* Python 2.2.3 or newer
* ctypes extensions on Windows (is in standard library since Python 2.5+)
* "Java Communications" (JavaComm) or compatible extension for Java/Jython