Dasharo / open-source-firmware-validation

OSFV infrastructure with automated tests and scripts for managing test results
Apache License 2.0
9 stars 2 forks source link

Upgrade to RF7 #606

Open macpijan opened 4 days ago

macpijan commented 4 days ago
pekkaklarck commented 3 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