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

Commit 8fb644f

Browse files
committed
chore(deps): update dependency python to 3.14
1 parent 646f77b commit 8fb644f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/test_suite.yml

Lines changed: 10 additions & 10 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.8
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.8
87+
python-version: 3.14
8888
- name: Install nox
8989
run: python -m pip install nox
9090
- name: Run Compliance Tests
@@ -108,7 +108,7 @@ jobs:
108108
- name: Setup Python
109109
uses: actions/setup-python@v6
110110
with:
111-
python-version: 3.8
111+
python-version: 3.14
112112
- name: Install nox
113113
run: python -m pip install nox
114114
- 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 Compliance 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 System Tests
@@ -181,7 +181,7 @@ jobs:
181181
- name: Setup Python
182182
uses: actions/setup-python@v6
183183
with:
184-
python-version: 3.8
184+
python-version: 3.14
185185
- name: Install nox
186186
run: python -m pip install nox
187187
- name: Run Migration Tests
@@ -205,7 +205,7 @@ jobs:
205205
- name: Setup Python
206206
uses: actions/setup-python@v6
207207
with:
208-
python-version: 3.8
208+
python-version: 3.14
209209
- name: Install nox
210210
run: python -m pip install nox
211211
- name: Run Migration Tests

0 commit comments

Comments
 (0)