From 4ee67d891e8716c8e1d55b587c6815a17a719928 Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Sun, 26 Jan 2025 12:51:05 +0100 Subject: [PATCH] GHA: Test Python 3.14 --- .github/workflows/build.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index bdd3672..d1f0fc2 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -26,9 +26,10 @@ jobs: - "3.10" - "3.11" - "3.12" - # CPython 3.13 final is scheduled for October 2024: - # https://peps.python.org/pep-0719/ - "3.13" + # CPython 3.14 final is scheduled for October 2025: + # https://peps.python.org/pep-0719/ + - "3.14" # PyPy versions: # - https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md