From a15ea7aff5b76693cd692f094d344fdb571fc209 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Sun, 10 Aug 2025 18:22:01 +0000 Subject: [PATCH] chore(deps): update dependency python to 3.13 --- .github/workflows/test_suite.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/test_suite.yml b/.github/workflows/test_suite.yml index 23f28e19..fe78d685 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@v5 with: - python-version: 3.12 + python-version: 3.13 - name: Install nox run: python -m pip install nox - name: Run Lint @@ -29,7 +29,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.13 - 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@v5 with: - python-version: 3.12 + python-version: 3.13 - 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@v5 with: - python-version: 3.12 + python-version: 3.13 - name: Install nox run: python -m pip install nox - name: Run samples @@ -84,7 +84,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.13 - name: Install nox run: python -m pip install nox - name: Run Compliance Tests @@ -108,7 +108,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.13 - 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@v5 with: - python-version: 3.12 + python-version: 3.13 - name: Install nox run: python -m pip install nox - name: Run Compliance Tests @@ -157,7 +157,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.12 + python-version: 3.13 - name: Install nox run: python -m pip install nox - name: Run System Tests @@ -181,7 +181,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.13 - name: Install nox run: python -m pip install nox - name: Run Migration Tests @@ -205,7 +205,7 @@ jobs: - name: Setup Python uses: actions/setup-python@v5 with: - python-version: 3.8 + python-version: 3.13 - name: Install nox run: python -m pip install nox - name: Run Migration Tests