Skip to content

Commit 45a0131

Browse files
committed
feat: ready for RF 7.2
1 parent 446a246 commit 45a0131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

hatch.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ matrix.rf.dependencies = [
9898
{ value = "robotframework>=7.1, <7.2", if = [
9999
"rf71",
100100
] },
101-
{ value = "robotframework==7.2rc1", if = [
101+
{ value = "robotframework>=7.2, <7.3", if = [
102102
"rf72",
103103
] },
104104
]
@@ -130,7 +130,7 @@ matrix.rf.dependencies = [
130130
{ value = "robotframework>=7.1, <7.2", if = [
131131
"rf71",
132132
] },
133-
{ value = "robotframework==7.2rc1", if = [
133+
{ value = "robotframework>=7.2, <7.3", if = [
134134
"rf72",
135135
] },
136136
]

0 commit comments

Comments
 (0)