diff --git a/README.adoc b/README.adoc index 62ad8a17c..6ebd1f90d 100644 --- a/README.adoc +++ b/README.adoc @@ -31,16 +31,16 @@ See the https://github.com/robotframework/RIDE/blob/master/doc/releasenotes/ride **Version https://github.com/robotframework/RIDE/tree/release/1.7.4.2[1.7.4.2] was the last release supporting Python 2.7** -**The current development version is based on 2.1, supports Python from 3.8 up to 3.12 (13th October 2024).** +**The current development version is based on 2.1, supports Python from 3.8 up to 3.13 (5th November 2024).** -Currently, the unit tests are tested on Python 3.10, and 3.12 (which is the recommended version). +Currently, the unit tests are tested on Python 3.10, 3.11 and 3.13 (but 3.12 is the recommended version). Likewise, the current version of wxPython, is 4.2.2, but RIDE is known to work with 4.0.7 and 4.1.1 versions. (3.8 <= python <= 3.12) Install current released version (*2.1*) with: `pip install -U robotframework-ride` -(3.8 <= python <= 3.12) Install current development version (**2.1.1**) with: +(3.8 <= python <= 3.13) Install current development version (**2.1.1**) with: `pip install -U https://github.com/robotframework/RIDE/archive/develop.zip` @@ -55,7 +55,7 @@ Likewise, the current version of wxPython, is 4.2.2, but RIDE is known to work w == Unit testing statuses: // Linux (py36, py37, py38, py39): image:https://app.travis-ci.com/HelioGuilherme66/RIDE.svg?branch=master[Unit Tests, link=https://app.travis-ci.com/github/HelioGuilherme66/RIDE] -Linux (Fedora 40: py3.12, Ubuntu 22.04: py3.10): image:https://img.shields.io/github/actions/workflow/status/HelioGuilherme66/RIDE/linux.yml[Unit Tests, link=https://github.com/HelioGuilherme66/RIDE/actions/workflows/linux.yml] +Linux (Fedora 41: py3.13, Ubuntu 22.04: py3.10): image:https://img.shields.io/github/actions/workflow/status/HelioGuilherme66/RIDE/linux.yml[Unit Tests, link=https://github.com/HelioGuilherme66/RIDE/actions/workflows/linux.yml] Windows (Python 3.11): image:https://ci.appveyor.com/api/projects/status/github/HelioGuilherme66/RIDE?branch=master&svg=true[Unit Tests, link=https://ci.appveyor.com/project/HelioGuilherme66/ride] diff --git a/src/robotide/application/releasenotes.py b/src/robotide/application/releasenotes.py index c9f02d849..5783b936b 100644 --- a/src/robotide/application/releasenotes.py +++ b/src/robotide/application/releasenotes.py @@ -155,7 +155,7 @@ def set_content(self, html_win, content): moment 7.1.1. However, internal library code is originally based on version 3.1.2, but adapted for new versions.
python -m robotide.postinstall -install
or
ride_postinstall.py -install-
RIDE {VERSION} was released on 1/November/2024.
+RIDE {VERSION} was released on 5/November/2024.