Skip to content

Commit d776f92

Browse files
committed
README: note about supported python versions
1 parent 989d864 commit d776f92

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,20 @@ This project is hosted in GitHub_ and downloads are available in PyPI_.
2121
.. _GitHub: https://github.com/robotframework/PythonRemoteServer
2222
.. _PyPI: http://pypi.python.org/pypi/robotremoteserver
2323

24+
Supported Python versions
25+
-------------------------
26+
27+
As already mentioned, this remote server officially supports Python_, Jython_,
28+
and IronPython_, but it should work also with PyPY_. The server has been tested
29+
on Linux, OSX, and Windows, but should work also on other operating systems.
30+
31+
Remote server 1.0 series ought to support all Python, Jython, and IronPython
32+
versions between 2.2 and 2.7, but not all combinations have been thoroughly
33+
tested. Support for versions prior and possibly including 2.5 will likely
34+
be dropped in the future when we target Python 3 compatibility.
35+
36+
.. _PyPy: http://pypy.org/
37+
2438
Installation
2539
------------
2640

@@ -37,6 +51,9 @@ install it using:
3751

3852
$ python setup.py install
3953

54+
Change ``python`` above to ``jython`` or ``ipy`` to install using Jython
55+
or IronPython, respectively, instead of Python.
56+
4057
.. _`pip`: http://www.pip-installer.org
4158
.. _`source distribution`: PyPI_
4259

0 commit comments

Comments
 (0)