@@ -61,7 +61,7 @@ python = "3.10"
6161
6262[[envs .devel .matrix ]]
6363python = [" 3.10" , " 3.11" , " 3.12" , " 3.13" , " 3.14" ]
64- rf = [" rf50" , " rf60" , " rf61" , " rf70" , " rf71" , " rf72" , " rf73" ]
64+ rf = [" rf50" , " rf60" , " rf61" , " rf70" , " rf71" , " rf72" , " rf73" , " rf74 " ]
6565
6666[envs .devel .overrides ]
6767matrix.rf.dependencies = [
@@ -86,14 +86,17 @@ matrix.rf.dependencies = [
8686 { value = " robotframework~=7.3.0" , if = [
8787 " rf73" ,
8888 ] },
89+ { value = " robotframework~=7.4.0" , if = [
90+ " rf74" ,
91+ ] },
8992]
9093
9194[envs .hatch-test ]
9295dependencies = [" pytest" , " pytest-html" , " pytest_asyncio>=0.23" , " pyyaml" ]
9396pre-install-commands = [" python ./scripts/install_packages.py" ]
9497
9598[[envs .test .matrix ]]
96- rf = [" rf50" , " rf60" , " rf61" , " rf70" , " rf71" , " rf72" , " rf73" ]
99+ rf = [" rf50" , " rf60" , " rf61" , " rf70" , " rf71" , " rf72" , " rf73" , " rf74 " ]
97100
98101[envs .test .overrides ]
99102matrix.rf.dependencies = [
@@ -118,6 +121,9 @@ matrix.rf.dependencies = [
118121 { value = " robotframework~=7.3.0" , if = [
119122 " rf73" ,
120123 ] },
124+ { value = " robotframework~=7.4.0" , if = [
125+ " rf74" ,
126+ ] },
121127]
122128
123129[envs .lint ]
0 commit comments