File tree 2 files changed +17
-4
lines changed
2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,22 @@ IronPython and Jython.
16
16
Requirements
17
17
-------------
18
18
19
- * Python 2.6, 2.7 or 3.3
19
+ * Python -- one of the following:
20
20
21
- * http://www.python.org/
21
+ - CPython _ >= 2.6 or >= 3.3
22
+ - PyPy _ >= 2.0
23
+ - IronPython _ 2.7
24
+ * MySQL Server -- one of the following:
22
25
23
- * MySQL 4.1 or higher
26
+ - MySQL _ >= 4.1
27
+ - MariaDB _ >= 5.1
28
+
29
+ .. _CPython : http://www.python.org/
30
+ .. _PyPy : http://pypy.org/
31
+ .. _IronPython : http://ironpython.net/
32
+ .. _MySQL : http://www.mysql.com/
33
+ .. _MariaDB : https://mariadb.org/
24
34
25
- * protocol41 support, experimental 4.0 support
26
35
27
36
Installation
28
37
------------
Original file line number Diff line number Diff line change 33
33
'Programming Language :: Python :: 2.7' ,
34
34
'Programming Language :: Python :: 3' ,
35
35
'Programming Language :: Python :: 3.3' ,
36
+ 'Programming Language :: Python :: 3.4' ,
37
+ 'Programming Language :: Python :: Implementation :: CPython' ,
38
+ 'Programming Language :: Python :: Implementation :: IronPython' ,
39
+ 'Programming Language :: Python :: Implementation :: PyPy' ,
36
40
'Development Status :: 4 - Beta' ,
37
41
'Intended Audience :: Developers' ,
38
42
'License :: OSI Approved :: MIT License' ,
You can’t perform that action at this time.
0 commit comments