From 7a6741ba9c6fabb3266fba9ff4644eef8733df97 Mon Sep 17 00:00:00 2001 From: Christopher Schramm Date: Tue, 17 Dec 2024 23:04:48 +0100 Subject: [PATCH] Update Python matrix 3.13 is stable, 3.14 alphas are available --- .github/workflows/check.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index b53f9a084..71b4f3933 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -31,7 +31,8 @@ jobs: - "3.10" - "3.11" - "3.12" - - "3.13-rc" + - "3.13" + - "3.14-rc" runs-on: ubuntu-latest container: image: python:${{ matrix.python }} @@ -50,7 +51,8 @@ jobs: - "3.10" - "3.11" - "3.12" - - "3.13-rc" + - "3.13" + - "3.14-rc" runs-on: ubuntu-22.04 container: image: python:${{ matrix.python }} @@ -74,7 +76,8 @@ jobs: - "3.10" - "3.11" - "3.12" - - "3.13-rc" + - "3.13" + - "3.14-rc" runs-on: ubuntu-22.04 container: image: python:${{ matrix.python }}