Open macpijan opened 4 days ago
Upgrading at least to RF 6.1 gives you Python 3.12 compatibility. Without it the $var
syntax doesn't work:
https://github.com/robotframework/robotframework/issues/4771
Upgrading to RF 7.1 gives official Python 3.13 support, but we didn't actually need to make any code changes to support it so also earlier versions are compatible: https://github.com/robotframework/robotframework/issues/5091