Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/test_suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: 3.12
python-version: 3.14
- name: Install nox
run: python -m pip install nox
- name: Run Lint
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: 3.12
python-version: 3.14
- name: Install nox
run: python -m pip install nox
- name: Run Unit Tests
Expand All @@ -47,7 +47,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: 3.12
python-version: 3.14
- name: Install nox
run: python -m pip install nox
- name: Run mockserver tests
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: 3.12
python-version: 3.14
- name: Install nox
run: python -m pip install nox
- name: Run samples
Expand All @@ -84,7 +84,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: 3.12
python-version: 3.14
- name: Install nox
run: python -m pip install nox
- name: Run Compliance Tests
Expand All @@ -109,7 +109,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: 3.12
python-version: 3.14
- name: Install nox
run: python -m pip install nox
- name: Run Compliance Tests
Expand All @@ -133,7 +133,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: 3.12
python-version: 3.14
- name: Install nox
run: python -m pip install nox
- name: Run System Tests
Expand All @@ -157,7 +157,7 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v6
with:
python-version: 3.12
python-version: 3.14
- name: Install nox
run: python -m pip install nox
- name: Run Migration Tests
Expand Down