I have upgraded Fedora from version 36 to 38, and surprisingly RIDE is working fine in Python 3.11.
You just have to install python3-wxpython4, with:
sudo dnf install python3-wxpython4
And then:
pip install -U robotframework-ride
I have upgraded Fedora from version 36 to 38, and surprisingly RIDE is working fine in Python 3.11.
You just have to install python3-wxpython4, with:
sudo dnf install python3-wxpython4
And then:
pip install -U robotframework-ride