File tree Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Expand file tree Collapse file tree 3 files changed +3
-7
lines changed Original file line number Diff line number Diff line change @@ -117,11 +117,8 @@ a good place to start is http://python.org. There you can download a suitable
117
117
installer and get more information about the installation process and Python
118
118
in general.
119
119
120
- Robot Framework 3.2 supports Python 2.7 and Python 3.4 and newer, but the `plan
121
- is to drop Python 2 support soon `__ and require Python 3.6 or newer. If you
122
- need to use older Python versions, Robot Framework 3.0 supports Python 2.6,
123
- Robot Framework 2.5-2.8 support Python 2.5, and Robot Framework 2.0-2.1
124
- support Python 2.3 and 2.4.
120
+ Robot Framework 4.0 supports Python 2.7 and Python 3.5 and newer, but the `plan
121
+ is to drop Python 2 support soon `__ and require Python 3.6 or newer.
125
122
126
123
After installing Python, you probably still want to configure PATH _ to make
127
124
Python itself as well as the ``robot `` and ``rebot `` `runner scripts `_
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Python or Java.
15
15
16
16
Robot Framework is operating system and application independent. The core
17
17
framework is implemented using `Python <http://python.org >`_, supports both
18
- Python 2 and Python 3, and runs also on `Jython <http://jython.org >`_ (JVM),
18
+ Python 2.7 and Python 3.5+ , and runs also on `Jython <http://jython.org >`_ (JVM),
19
19
`IronPython <http://ironpython.net >`_ (.NET) and `PyPy <http://pypy.org >`_.
20
20
The framework has a rich ecosystem around it consisting of various generic
21
21
libraries and tools that are developed as separate projects. For more
Original file line number Diff line number Diff line change 23
23
Programming Language :: Python :: 2
24
24
Programming Language :: Python :: 2.7
25
25
Programming Language :: Python :: 3
26
- Programming Language :: Python :: 3.4
27
26
Programming Language :: Python :: 3.5
28
27
Programming Language :: Python :: 3.6
29
28
Programming Language :: Python :: 3.7
You can’t perform that action at this time.
0 commit comments