You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.adoc
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,26 +22,26 @@ You can use the tag *robotframework-ide* to search and ask on https://stackoverf
22
22
23
23
== **Welcome to the development version of RIDE - next major release will be version 2.2**
24
24
25
-
If you are looking for the latest released version, you can get the source code from **https://github.com/robotframework/RIDE/releases[releases]** or from branch **https://github.com/robotframework/RIDE/tree/release/2.1.5.1[release/2.1.5.1]**
25
+
If you are looking for the latest released version, you can get the source code from **https://github.com/robotframework/RIDE/releases[releases]** or from branch **https://github.com/robotframework/RIDE/tree/release/2.1.5.2[release/2.1.5.2]**
26
26
27
-
See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.1.5.1.rst[release notes] for latest release version 2.1.5.1
27
+
See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride-2.1.5.2.rst[release notes] for latest release version 2.1.5.2
28
28
29
29
**Version https://github.com/robotframework/RIDE/tree/release/2.0.8.1[2.0.8.1] was the last release supporting Python 3.6 and 3.7**
30
30
31
31
**Version https://github.com/robotframework/RIDE/tree/release/1.7.4.2[1.7.4.2] was the last release supporting Python 2.7**
32
32
33
33
34
-
**The current development version is based on 2.1.5.1, supports Python from 3.8 up to 3.14 (26th July 2025).**
34
+
**The current development version is based on 2.1.5.2, supports Python from 3.8 up to 3.14 (30th July 2025).**
35
35
36
36
Currently, the unit tests are tested on Python 3.10, 3.11 and 3.13 (3.13 is the recommended version).
37
37
We now have an experimental workflow on Fedora Linux 41, with wxPython 4.2.3 and Python 3.14.b2.
38
38
Likewise, the current version of wxPython, is 4.2.3, but RIDE is known to work with 4.0.7, 4.1.1 and 4.2.2 versions.
39
39
40
-
(3.8 <= python <= 3.14) Install current released version (*2.1.5.1*) with:
40
+
(3.8 <= python <= 3.14) Install current released version (*2.1.5.2*) with:
41
41
42
42
`pip install -U robotframework-ride`
43
43
44
-
(3.8 <= python <= 3.14) Install current development version (**2.1.5.1**) with:
44
+
(3.8 <= python <= 3.14) Install current development version (**2.1.5.2**) with:
0 commit comments