We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 446a246 commit 45a0131Copy full SHA for 45a0131
hatch.toml
@@ -98,7 +98,7 @@ matrix.rf.dependencies = [
98
{ value = "robotframework>=7.1, <7.2", if = [
99
"rf71",
100
] },
101
- { value = "robotframework==7.2rc1", if = [
+ { value = "robotframework>=7.2, <7.3", if = [
102
"rf72",
103
104
]
@@ -130,7 +130,7 @@ matrix.rf.dependencies = [
130
131
132
133
134
135
136
0 commit comments