We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a995f4e commit 3eeb622Copy full SHA for 3eeb622
1 file changed
README.rst
@@ -11,14 +11,16 @@ This package contains a pure-Python MySQL client library. The goal of PyMySQL
11
is to be a drop-in replacement for MySQLdb and work on CPython, PyPy,
12
IronPython and Jython.
13
14
+
15
Requirements
16
-------------
17
18
* Python -- one of the following:
19
20
- CPython_ >= 2.6 or >= 3.3
- - PyPy_ >= 2.0
21
+ - PyPy_ >= 2.3
22
- IronPython_ 2.7
23
24
* MySQL Server -- one of the following:
25
26
- MySQL_ >= 4.1
0 commit comments