Skip to content

Commit d68117d

Browse files
committed
ci: add python 3.14 to test run
Signed-off-by: Daniel Biehl <[email protected]>
1 parent 52fc3b0 commit d68117d

File tree

2 files changed

+3
-7
lines changed

2 files changed

+3
-7
lines changed

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

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,8 @@ jobs:
3232
fail-fast: false
3333
matrix:
3434
os: [macos-latest, ubuntu-latest, windows-latest]
35-
python-version: ["3.10", "3.11", "3.12", "3.13"]
35+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
3636
robot-version: ["rf50", "rf60", "rf61", "rf70", "rf71", "rf72", "rf73"]
37-
exclude:
38-
- os: macos-latest
39-
python-version: "3.8"
40-
- os: macos-latest
41-
python-version: "3.9"
4237

4338
steps:
4439
- uses: actions/checkout@v4

.github/workflows/deploy-docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ name: deploy docs site to Pages
22

33
on:
44
push:
5-
branches: main
5+
branches:
6+
- main
67
tags:
78
- "v*"
89
paths-ignore:

0 commit comments

Comments
 (0)