Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 8eda9d2

Browse files
committed
chore(deps): update dependency python to 3.14
1 parent 5c63b48 commit 8eda9d2

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/test_suite.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Setup Python
1515
uses: actions/setup-python@v6
1616
with:
17-
python-version: 3.12
17+
python-version: 3.14
1818
- name: Install nox
1919
run: python -m pip install nox
2020
- name: Run Lint
@@ -29,7 +29,7 @@ jobs:
2929
- name: Setup Python
3030
uses: actions/setup-python@v6
3131
with:
32-
python-version: 3.12
32+
python-version: 3.14
3333
- name: Install nox
3434
run: python -m pip install nox
3535
- name: Run Unit Tests
@@ -47,7 +47,7 @@ jobs:
4747
- name: Setup Python
4848
uses: actions/setup-python@v6
4949
with:
50-
python-version: 3.12
50+
python-version: 3.14
5151
- name: Install nox
5252
run: python -m pip install nox
5353
- name: Run mockserver tests
@@ -62,7 +62,7 @@ jobs:
6262
- name: Setup Python
6363
uses: actions/setup-python@v6
6464
with:
65-
python-version: 3.12
65+
python-version: 3.14
6666
- name: Install nox
6767
run: python -m pip install nox
6868
- name: Run samples
@@ -84,7 +84,7 @@ jobs:
8484
- name: Setup Python
8585
uses: actions/setup-python@v6
8686
with:
87-
python-version: 3.12
87+
python-version: 3.14
8888
- name: Install nox
8989
run: python -m pip install nox
9090
- name: Run Compliance Tests
@@ -109,7 +109,7 @@ jobs:
109109
- name: Setup Python
110110
uses: actions/setup-python@v6
111111
with:
112-
python-version: 3.12
112+
python-version: 3.14
113113
- name: Install nox
114114
run: python -m pip install nox
115115
- name: Run Compliance Tests
@@ -133,7 +133,7 @@ jobs:
133133
- name: Setup Python
134134
uses: actions/setup-python@v6
135135
with:
136-
python-version: 3.12
136+
python-version: 3.14
137137
- name: Install nox
138138
run: python -m pip install nox
139139
- name: Run System Tests
@@ -157,7 +157,7 @@ jobs:
157157
- name: Setup Python
158158
uses: actions/setup-python@v6
159159
with:
160-
python-version: 3.12
160+
python-version: 3.14
161161
- name: Install nox
162162
run: python -m pip install nox
163163
- name: Run Migration Tests

0 commit comments

Comments
 (0)