@@ -43,9 +43,9 @@ create-json-schema = "python ./scripts/create_robot_toml_json_schema.py"
4343generate-rf-options = " python ./scripts/generate_rf_options.py"
4444install-packages = " python ./scripts/install_packages.py"
4545
46- [envs .rflatest313 ]
46+ [envs .rfbeta ]
4747python = " 3.13"
48- extra-dependencies = [" robotframework==7.1 " ]
48+ extra-dependencies = [" robotframework==7.2b1 " ]
4949
5050[envs .rfmaster313 ]
5151python = " 3.13"
@@ -76,7 +76,7 @@ python = "3.8"
7676
7777[[envs .devel .matrix ]]
7878python = [" 3.8" , " 3.9" , " 3.10" , " 3.11" , " 3.12" , " 3.13" ]
79- rf = [" rf41" , " rf50" , " rf60" , " rf61" , " rf70" , " rf71" ]
79+ rf = [" rf41" , " rf50" , " rf60" , " rf61" , " rf70" , " rf71" , " rf72 " ]
8080
8181[envs .devel .overrides ]
8282matrix.rf.dependencies = [
@@ -98,14 +98,17 @@ matrix.rf.dependencies = [
9898 { value = " robotframework>=7.1, <7.2" , if = [
9999 " rf71" ,
100100 ] },
101+ { value = " robotframework>=7.2, <7.3" , if = [
102+ " rf72b1" ,
103+ ] },
101104]
102105
103106[envs .hatch-test ]
104107dependencies = [" pytest" , " pytest-html" , " pytest_asyncio>=0.23" , " pyyaml" ]
105108pre-install-commands = [" python ./scripts/install_packages.py" ]
106109
107110[[envs .test .matrix ]]
108- rf = [" rf41" , " rf50" , " rf60" , " rf61" , " rf70" , " rf71" ]
111+ rf = [" rf41" , " rf50" , " rf60" , " rf61" , " rf70" , " rf71" , " rf72 " ]
109112
110113[envs .test .overrides ]
111114matrix.rf.dependencies = [
@@ -127,6 +130,9 @@ matrix.rf.dependencies = [
127130 { value = " robotframework>=7.1, <7.2" , if = [
128131 " rf71" ,
129132 ] },
133+ { value = " robotframework>=7.2, <7.3" , if = [
134+ " rf72b1" ,
135+ ] },
130136]
131137
132138[envs .lint ]
0 commit comments