Skip to content

Commit

Permalink
feat: ready for RF 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
d-biehl committed Jan 15, 2025
1 parent 446a246 commit 45a0131
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions hatch.toml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ matrix.rf.dependencies = [
{ value = "robotframework>=7.1, <7.2", if = [
"rf71",
] },
{ value = "robotframework==7.2rc1", if = [
{ value = "robotframework>=7.2, <7.3", if = [
"rf72",
] },
]
Expand Down Expand Up @@ -130,7 +130,7 @@ matrix.rf.dependencies = [
{ value = "robotframework>=7.1, <7.2", if = [
"rf71",
] },
{ value = "robotframework==7.2rc1", if = [
{ value = "robotframework>=7.2, <7.3", if = [
"rf72",
] },
]
Expand Down

0 comments on commit 45a0131

Please sign in to comment.