This repository was archived by the owner on Mar 13, 2026. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
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
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
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
You can’t perform that action at this time.
0 commit comments