Skip to content

Commit 0f82f47

Browse files
committed
Update requirements information.
1 parent 3576863 commit 0f82f47

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

README.rst

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,22 @@ IronPython and Jython.
1616
Requirements
1717
-------------
1818

19-
* Python 2.6, 2.7 or 3.3
19+
* Python -- one of the following:
2020

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:
2225

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/
2434

25-
* protocol41 support, experimental 4.0 support
2635

2736
Installation
2837
------------

setup.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@
3333
'Programming Language :: Python :: 2.7',
3434
'Programming Language :: Python :: 3',
3535
'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',
3640
'Development Status :: 4 - Beta',
3741
'Intended Audience :: Developers',
3842
'License :: OSI Approved :: MIT License',

0 commit comments

Comments
 (0)