Skip to content

Commit 6f1dd64

Browse files
committed
Add versions of Python to readme.
This is a loose suggestion, feel free to modify and/or close.
1 parent 1abadb5 commit 6f1dd64

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

README.rst

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,16 @@ A number of other features are also implemented, including priorities, baulking,
3636
- `Example Jupyter Notebooks <https://github.com/CiwPython/Ciw-notebooks>`_
3737
- `Contribution guidelines <https://github.com/CiwPython/Ciw/blob/master/CONTRIBUTING.rst>`_
3838
- `Our great contributors <https://github.com/CiwPython/Ciw/blob/master/AUTHORS.rst>`_
39-
- Install with :code:`pip install ciw`
4039

40+
Install with :code:`pip install ciw`.
41+
42+
Current supported version of Python:
43+
44+
- Python 2.7
45+
- Python 3.4
46+
- Python 3.5
47+
- Python 3.6
48+
- PyPy 5.3.1
4149

4250
Usage
4351
-----
@@ -68,4 +76,4 @@ Manipulate results to get useful statistics, e.g. average waiting time::
6876

6977
>>> waits = [r.waiting_time for r in recs]
7078
>>> sum(waits) / len(waits)
71-
1.6885...
79+
1.6885...

0 commit comments

Comments
 (0)