Skip to content

Commit 5a3798c

Browse files
authored
Merge pull request #90 from Integration-Automation/dev
Merge dev into main: Python 3.14 CI, MCP expansion, demos & cookbook
2 parents 99222ab + c8f8d4e commit 5a3798c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/test_dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: ["3.10", "3.11", "3.12", "3.13"]
21+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2222

2323
steps:
2424
- uses: actions/checkout@v4
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
fail-fast: false
5050
matrix:
51-
python-version: ["3.10", "3.11", "3.12", "3.13"]
51+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
5252

5353
env:
5454
# webdriver-manager calls api.github.com to find geckodriver/chromedriver

.github/workflows/test_stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python-version: ["3.10", "3.11", "3.12", "3.13"]
21+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
2222

2323
steps:
2424
- uses: actions/checkout@v4
@@ -48,7 +48,7 @@ jobs:
4848
strategy:
4949
fail-fast: false
5050
matrix:
51-
python-version: ["3.10", "3.11", "3.12", "3.13"]
51+
python-version: ["3.10", "3.11", "3.12", "3.13", "3.14"]
5252

5353
env:
5454
# webdriver-manager hits api.github.com for geckodriver/chromedriver

0 commit comments

Comments
 (0)