Skip to content

Commit b7af857

Browse files
committed
ci: remove python 3.8 and 3.10 from build workflow
Signed-off-by: Daniel Biehl <dbiehl@live.de>
1 parent 39e1272 commit b7af857

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

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

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [macos-latest, ubuntu-latest, windows-latest]
35-
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12", "3.13"]
35+
python-version: ["3.10", "3.11", "3.12", "3.13"]
3636
robot-version: ["rf50", "rf60", "rf61", "rf70", "rf71", "rf72", "rf73"]
3737
exclude:
3838
- os: macos-latest
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Setup python ${{ matrix.python-version }} environment
4747
id: setup-python
48-
uses: actions/setup-python@v5
48+
uses: actions/setup-python@v6
4949
with:
5050
python-version: ${{ matrix.python-version }}
5151

@@ -108,9 +108,9 @@ jobs:
108108

109109
- name: setup python environment
110110
id: setup-python
111-
uses: actions/setup-python@v5
111+
uses: actions/setup-python@v6
112112
with:
113-
python-version: "3.8"
113+
python-version: "3.10"
114114

115115
- name: Install Hatch
116116
uses: pypa/hatch@install
@@ -167,9 +167,9 @@ jobs:
167167

168168
- name: setup python environment
169169
id: setup-python
170-
uses: actions/setup-python@v5
170+
uses: actions/setup-python@v6
171171
with:
172-
python-version: "3.8"
172+
python-version: "3.10"
173173

174174
- name: Install Hatch
175175
uses: pypa/hatch@install
@@ -257,9 +257,9 @@ jobs:
257257

258258
- name: setup python environment
259259
id: setup-python
260-
uses: actions/setup-python@v5
260+
uses: actions/setup-python@v6
261261
with:
262-
python-version: "3.8"
262+
python-version: "3.10"
263263

264264
- name: Install Hatch
265265
uses: pypa/hatch@install

0 commit comments

Comments
 (0)