diff --git a/.github/workflows/test_suite.yml b/.github/workflows/test_suite.yml index a21f8661..8586f61c 100644 --- a/.github/workflows/test_suite.yml +++ b/.github/workflows/test_suite.yml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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