From 6b10aa7da71dc47cadcc8c8c25f0fc47cd1d7e5c Mon Sep 17 00:00:00 2001 From: Michael <35783820+mib1185@users.noreply.github.com> Date: Fri, 22 Nov 2024 15:30:20 +0100 Subject: [PATCH] bump to py 3.13 in test CI --- .github/workflows/tests.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 0effc6d..45ebef5 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,10 +13,10 @@ jobs: - name: Check out the repository uses: actions/checkout@v4.2.2 - - name: Set up Python 3.9 + - name: Set up Python 3.13 uses: actions/setup-python@v5.3.0 with: - python-version: "3.9" + python-version: "3.13" - name: Install dependencies run: | @@ -59,6 +59,7 @@ jobs: - python-version: "3.10" - python-version: "3.11" - python-version: "3.12" + - python-version: "3.13" steps: - name: Check out the repository @@ -92,10 +93,10 @@ jobs: - name: Check out the repository uses: actions/checkout@v4.2.2 - - name: Set up Python 3.12 + - name: Set up Python 3.13 uses: actions/setup-python@v5.3.0 with: - python-version: "3.12" + python-version: "3.13" - name: Install dependencies run: | @@ -130,7 +131,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5.3.0 with: - python-version: "3.12" + python-version: "3.13" - name: Install build dependencies run: |