Skip to content

Commit 3eeb622

Browse files
committed
PyPy 2.0 is too old.
1 parent a995f4e commit 3eeb622

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,16 @@ This package contains a pure-Python MySQL client library. The goal of PyMySQL
1111
is to be a drop-in replacement for MySQLdb and work on CPython, PyPy,
1212
IronPython and Jython.
1313

14+
1415
Requirements
1516
-------------
1617

1718
* Python -- one of the following:
1819

1920
- CPython_ >= 2.6 or >= 3.3
20-
- PyPy_ >= 2.0
21+
- PyPy_ >= 2.3
2122
- IronPython_ 2.7
23+
2224
* MySQL Server -- one of the following:
2325

2426
- MySQL_ >= 4.1

0 commit comments

Comments
 (0)