Skip to content

Commit 77fd37c

Browse files
authored
Remove EOL Python 3.4 from officially supported versions in setup.py and README (robotframework#3653)
Fixes robotframework#3653.
1 parent fbfda6c commit 77fd37c

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

INSTALL.rst

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,8 @@ a good place to start is http://python.org. There you can download a suitable
117117
installer and get more information about the installation process and Python
118118
in general.
119119

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.
125122

126123
After installing Python, you probably still want to configure PATH_ to make
127124
Python itself as well as the ``robot`` and ``rebot`` `runner scripts`_

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Python or Java.
1515

1616
Robot Framework is operating system and application independent. The core
1717
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),
1919
`IronPython <http://ironpython.net>`_ (.NET) and `PyPy <http://pypy.org>`_.
2020
The framework has a rich ecosystem around it consisting of various generic
2121
libraries and tools that are developed as separate projects. For more

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323
Programming Language :: Python :: 2
2424
Programming Language :: Python :: 2.7
2525
Programming Language :: Python :: 3
26-
Programming Language :: Python :: 3.4
2726
Programming Language :: Python :: 3.5
2827
Programming Language :: Python :: 3.6
2928
Programming Language :: Python :: 3.7

0 commit comments

Comments
 (0)