From 2d762bee88c59387c3c51870f36d1831b72e8c2e Mon Sep 17 00:00:00 2001 From: Andrew Rowley Date: Mon, 14 Oct 2024 09:31:29 +0100 Subject: [PATCH] Shift latest to 3.13 also --- .github/workflows/python_checks.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/python_checks.yml b/.github/workflows/python_checks.yml index de6c2cc..d2bb88b 100644 --- a/.github/workflows/python_checks.yml +++ b/.github/workflows/python_checks.yml @@ -266,7 +266,7 @@ jobs: matrix: include: - runner: windows-latest - python-version: "3.12" + python-version: "3.13" checks: 'tests' - runner: windows-2019 @@ -274,7 +274,7 @@ jobs: checks: 'tests' - runner: macos-latest - python-version: "3.12" + python-version: "3.13" checks: 'tests' - runner: macos-12