Skip to content

Commit 2b10acb

Browse files
committed
chore: remove robotframework 4.1 from workflows, dev and test environments
1 parent 8765ad3 commit 2b10acb

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

.github/workflows/build-test-package-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
matrix:
3434
os: [macos-latest, ubuntu-latest, windows-latest]
3535
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
36-
robot-version: ["rf41", "rf50", "rf60", "rf61", "rf70", "rf71", "rf72", "rf73"]
36+
robot-version: ["rf50", "rf60", "rf61", "rf70", "rf71", "rf72", "rf73"]
3737
exclude:
3838
- os: macos-latest
3939
python-version: "3.8"

hatch.toml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -65,13 +65,10 @@ python = "3.10"
6565

6666
[[envs.devel.matrix]]
6767
python = ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
68-
rf = ["rf41", "rf50", "rf60", "rf61", "rf70", "rf71", "rf72", "rf73"]
68+
rf = ["rf50", "rf60", "rf61", "rf70", "rf71", "rf72", "rf73"]
6969

7070
[envs.devel.overrides]
7171
matrix.rf.dependencies = [
72-
{ value = "robotframework~=4.1.0", if = [
73-
"rf41",
74-
] },
7572
{ value = "robotframework~=5.0.0", if = [
7673
"rf50",
7774
] },
@@ -100,13 +97,10 @@ dependencies = ["pytest", "pytest-html", "pytest_asyncio>=0.23", "pyyaml"]
10097
pre-install-commands = ["python ./scripts/install_packages.py"]
10198

10299
[[envs.test.matrix]]
103-
rf = ["rf41", "rf50", "rf60", "rf61", "rf70", "rf71", "rf72", "rf73"]
100+
rf = ["rf50", "rf60", "rf61", "rf70", "rf71", "rf72", "rf73"]
104101

105102
[envs.test.overrides]
106103
matrix.rf.dependencies = [
107-
{ value = "robotframework~=4.1.0", if = [
108-
"rf41",
109-
] },
110104
{ value = "robotframework~=5.0.0", if = [
111105
"rf50",
112106
] },

0 commit comments

Comments
 (0)